You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/04/06 08:07:58 UTC

[GitHub] [druid] gianm commented on a change in pull request #11068: Enable rewriting certain inner joins as filters.

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



##########
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:
       😱




-- 
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org