Jackie-Jiang commented on code in PR #19011:
URL: https://github.com/apache/pinot/pull/19011#discussion_r3723488794


##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -1025,6 +1025,9 @@ public static class QueryOptionKey {
         /// Controls whether HNSW uses a bounded top-K collector queue. 
Defaults to true.
         /// Setting false uses an unbounded per-query collector and requires 
vectorEfSearch.
         public static final String VECTOR_USE_BOUNDED_QUEUE = 
"vectorUseBoundedQueue";
+
+        /// Controls whether out of retention records are excluded at query 
time. Defaults to false.
+        public static final String SKIP_OUT_OF_RETENTION_VALUES = 
"skipOutOfRetentionValues";

Review Comment:
   `skipExpiredRecords`?



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