You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
MCOL-641 Followup on functions commit.
This commit is contained in:
@ -70,8 +70,8 @@ int64_t Func_ceil::getIntVal(Row& row,
|
||||
}
|
||||
break;
|
||||
|
||||
// ceil(decimal(38,38)) leads to this path
|
||||
// otherwise Func_ceil::getDecimalVal() is called
|
||||
// ceil(decimal(X,Y)) leads to this path if X, Y allows to
|
||||
// downcast to INT otherwise Func_ceil::getDecimalVal() is called
|
||||
case execplan::CalpontSystemCatalog::DECIMAL:
|
||||
case execplan::CalpontSystemCatalog::UDECIMAL:
|
||||
{
|
||||
|
Reference in New Issue
Block a user