jihoonson commented on a change in pull request #5471: Implement force push down for nested group by query URL: https://github.com/apache/incubator-druid/pull/5471#discussion_r204891826
########## File path: processing/src/main/java/io/druid/query/groupby/GroupByQueryConfig.java ########## @@ -29,6 +29,8 @@ public static final String CTX_KEY_STRATEGY = "groupByStrategy"; public static final String CTX_KEY_FORCE_LIMIT_PUSH_DOWN = "forceLimitPushDown"; public static final String CTX_KEY_APPLY_LIMIT_PUSH_DOWN = "applyLimitPushDown"; + public static final String CTX_KEY_FORCE_PUSH_DOWN_NESTED_QUERY = "forcePushDownNestedQuery"; + public static final String CTX_KEY_EXECUTING_NESTED_QUERY = "executinNestedQuery"; Review comment: typo: `executinNestedQuery` -> `executingNestedQuery` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
