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
MCOL-392 fix negative zero hours
Also fix some functions that were not behaving correctly
This commit is contained in:
@ -111,6 +111,7 @@ int64_t Func_second::getIntVal(rowgroup::Row& row,
|
||||
case execplan::CalpontSystemCatalog::TIME:
|
||||
{
|
||||
val = parm[0]->data()->getTimeIntVal(row, isNull);
|
||||
return (uint32_t)((val >> 24) & 0xff);
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user