klsince commented on code in PR #10077: URL: https://github.com/apache/pinot/pull/10077#discussion_r1063925350
########## pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java: ########## @@ -280,6 +280,7 @@ public static class QueryOptionKey { public static final String SKIP_UPSERT = "skipUpsert"; public static final String USE_STAR_TREE = "useStarTree"; public static final String SCAN_STAR_TREE_NODES = "scanStarTreeNodes"; + public static final String SCAN_STAR_TREE_NODES_ON_HEAP = "scanStarTreeNodesOnHeap"; Review Comment: called it reduceRandomAccess to be more descriptive and generic. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org