siddharthteotia commented on code in PR #10565:
URL: https://github.com/apache/pinot/pull/10565#discussion_r1162827772
##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -332,6 +332,10 @@ public static class QueryOptionValue {
public static final String ROUTING_FORCE_HLC = "FORCE_HLC";
public static final String DEFAULT_IN_PREDICATE_SORT_THRESHOLD =
"1000";
}
+
+ public static class SharedValueKey {
+ public static final String LOCAL_JOIN_RIGHT_TABLE_PREFIX =
"localJoinRightTable_";
Review Comment:
I don't think I am able to follow this concept. Can you please elaborate or
explain with some brief comments ?
--
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]