You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Replace getBinaryField
This commit is contained in:
@ -368,7 +368,7 @@ void GroupConcatAgUM::applyMapping(const boost::shared_array<int>& mapping, cons
|
||||
}
|
||||
else if (datatypes::isWideDecimalType(fRow.getColType(i), fRow.getColumnWidth(i)))
|
||||
{
|
||||
row.copyBinaryField<int128_t>(fRow, i, mapping[i]);
|
||||
row.copyBinaryField(fRow, i, mapping[i]);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user