You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
Adding support for enum continuation
This commit is contained in:
@@ -242,7 +242,7 @@ inline void ArithmeticOperator::evaluate(rowgroup::Row& row, bool& isNull, Parse
|
||||
fResult.intVal = joblist::INTNULL;
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
case execplan::CalpontSystemCatalog::UBIGINT:
|
||||
{
|
||||
// XXX: this is bandaid solution for specific customer case (MCOL-5568).
|
||||
|
Reference in New Issue
Block a user