You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
build possible after lot of changes
This commit is contained in:
@@ -614,7 +614,7 @@ boost::shared_ptr<ParsedColumnFilter> _parseColumnFilter(
|
||||
|
||||
ret->prestored_rfs[argIndex] = args->rf;
|
||||
|
||||
auto colDataType = (execplan::CalpontSystemCatalog::ColDataType)colType;
|
||||
auto colDataType = (execplan::CalpontSystemCatalog::Kind)colType;
|
||||
bool isFilterValueNull = false;
|
||||
|
||||
if (datatypes::isUnsigned(colDataType))
|
||||
|
Reference in New Issue
Block a user