jiaqizho commented on code in PR #1258: URL: https://github.com/apache/cloudberry/pull/1258#discussion_r2230459334
########## src/backend/utils/misc/guc_gp.c: ########## @@ -3298,6 +3299,17 @@ struct config_bool ConfigureNamesBool_gp[] = true, NULL, NULL, NULL }, + { + {"optimizer_enable_window_hash_agg", PGC_USERSET, DEVELOPER_OPTIONS, + gettext_noop("Enable create window hash agg."), + NULL, + GUC_NOT_IN_SAMPLE + }, + &optimizer_enable_window_hash_agg, // TODO: remove it before merge Review Comment: i will remove this GUC before current PR ready. -- 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: commits-unsubscr...@cloudberry.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org For additional commands, e-mail: commits-h...@cloudberry.apache.org