abhishekagarwal87 commented on code in PR #12491:
URL: https://github.com/apache/druid/pull/12491#discussion_r860655411


##########
processing/src/main/java/org/apache/druid/query/QueryContexts.java:
##########
@@ -70,6 +70,7 @@
   public static final String BY_SEGMENT_KEY = "bySegment";
   public static final String BROKER_SERVICE_NAME = "brokerService";
   public static final String IN_SUB_QUERY_THRESHOLD_KEY = 
"inSubQueryThreshold";
+  public static final String PLAN_TIME_BOUNDARY_SQL = "planTimeBoundarySql";

Review Comment:
   can you add documentation for this context? Also can this be renamed to 
   `enableTimeBoundaryPlanning` or `enableTimeBoundaryConversion` ? I am 
suggesting it since other boolean flags follow similar convention. Also `sql` 
word in there is not needed.  



-- 
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