You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-06-13 16:01:32 +03:00
MCOL-523 Add back in initial reset for UDAF calls without GROUP BY
This commit is contained in:
@ -680,6 +680,7 @@ ReturnedColumn* buildWindowFunctionColumn(Item* item, gp_walk_info& gwi, bool& n
|
||||
break;
|
||||
case Item_sum::UDF_SUM_FUNC:
|
||||
{
|
||||
// UDAnF functions each have their own default set in context.
|
||||
mcsv1sdk::mcsv1Context& context = ac->getUDAFContext();
|
||||
if (context.getRunFlag(UDAF_WINDOWFRAME_REQUIRED))
|
||||
{
|
||||
|
Reference in New Issue
Block a user