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

 ##########
 File path: processing/src/main/java/org/apache/druid/query/QueryContexts.java
 ##########
 @@ -225,6 +227,11 @@ public String toString()
     return parseBoolean(query, JOIN_FILTER_PUSH_DOWN_KEY, 
DEFAULT_ENABLE_JOIN_FILTER_PUSH_DOWN);
   }
 
+  public static <T> boolean getEnableJoinFilterRewrite(Query<T> query)
+  {
+    return parseBoolean(query, JOIN_FILTER_PUSH_DOWN_KEY, 
DEFAULT_ENABLE_JOIN_FILTER_REWRITE);
 
 Review comment:
   Wrong key name (unused new rewrite key name getting flagged by intellij 
inspection job)

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