jon-wei commented on a change in pull request #9472: Add option to control join 
filter rewrites
URL: https://github.com/apache/druid/pull/9472#discussion_r389932223
 
 

 ##########
 File path: processing/src/main/java/org/apache/druid/query/QueryContexts.java
 ##########
 @@ -46,6 +46,7 @@
   public static final String VECTORIZE_KEY = "vectorize";
   public static final String VECTOR_SIZE_KEY = "vectorSize";
   public static final String JOIN_FILTER_PUSH_DOWN_KEY = 
"enableJoinFilterPushDown";
+  public static final String JOIN_FILTER_REWRITE_KEY = 
"enableJoinFilterRewrite";
 
 Review comment:
   It should, I'll do a follow on PR that adds docs for 
`enableJoinFilterPushDown` as well

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to