abhishekagarwal87 commented on a change in pull request #11068:
URL: https://github.com/apache/druid/pull/11068#discussion_r607593797



##########
File path: processing/src/main/java/org/apache/druid/query/QueryContexts.java
##########
@@ -283,6 +286,15 @@ public String toString()
     );
   }
 
+  public static <T> boolean getEnableRewriteJoinToFilter(Query<T> query)
+  {
+    return parseBoolean(
+        query,
+        REWRITE_JOIN_TO_FILTER_ENABLE_KEY,
+        DEFAULT_ENABLE_JOIN_FILTER_REWRITE_VALUE_COLUMN_FILTERS

Review comment:
       ```suggestion
           DEFAULT_ENABLE_REWRITE_JOIN_TO_FILTER
   ```




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



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

Reply via email to