maytasm commented on a change in pull request #9773:
URL: https://github.com/apache/druid/pull/9773#discussion_r425455631



##########
File path: sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java
##########
@@ -8749,6 +9097,9 @@ public void testCommaJoinLeftFunction() throws Exception
     );
   }
 
+  // This SQL currently does not result in an optimum plan.
+  // Unfortunetly, we have disabled pushing down predicates (conditions and 
filters) due to https://github.com/apache/druid/pull/9773

Review comment:
       Done

##########
File path: sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java
##########
@@ -8749,6 +9097,9 @@ public void testCommaJoinLeftFunction() throws Exception
     );
   }
 
+  // This SQL currently does not result in an optimum plan.
+  // Unfortunetly, we have disabled pushing down predicates (conditions and 
filters) due to https://github.com/apache/druid/pull/9773
+  // Hence, comma join will result in a cross join with filter on outermost

Review comment:
       Done




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