kgyrtkirk commented on code in PR #17378: URL: https://github.com/apache/druid/pull/17378#discussion_r1870947196
########## processing/src/main/java/org/apache/druid/query/QueryContexts.java: ########## @@ -88,6 +88,8 @@ public class QueryContexts public static final String UNCOVERED_INTERVALS_LIMIT_KEY = "uncoveredIntervalsLimit"; public static final String MIN_TOP_N_THRESHOLD = "minTopNThreshold"; public static final String CATALOG_VALIDATION_ENABLED = "catalogValidationEnabled"; + public static final String EXTENDED_FILTERED_SUM_REWRITE_ENABLED = "extendedFilteredSumRewrite"; Review Comment: Added apidoc-s for this field to explain its purpose - I've also updated the docs for the class doing the rewrite. -- 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]
