gongxun0928 commented on code in PR #1178:
URL: https://github.com/apache/cloudberry/pull/1178#discussion_r2193900388


##########
src/test/singlenode_regress/expected/groupingsets.out:
##########
@@ -2069,22 +2069,21 @@ select g100, g10, sum(g::numeric), count(*), 
max(g::text)
 from gs_data_1 group by cube (g1000, g100,g10);
              QUERY PLAN              
 -------------------------------------
- GroupAggregate

Review Comment:
   used by get_hash_memory_limit(); 
   In consider_groupingsets_paths, when the value of get_hash_memory_limit() 
increases, an AGG_MIXED processing path may be generated



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to