saurabhd336 commented on code in PR #9356:
URL: https://github.com/apache/pinot/pull/9356#discussion_r976307842


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -731,4 +730,8 @@ public static class Range {
       public static final String UPPER_UNBOUNDED = DELIMITER + UNBOUNDED + 
UPPER_EXCLUSIVE;
     }
   }
+
+  public static class IdealState {
+    public static final String QUERY_TIME_BOUNDARY = "query.time.boundary";

Review Comment:
   Ack



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