thomasrebele commented on code in PR #4616:
URL: https://github.com/apache/calcite/pull/4616#discussion_r2533782131


##########
druid/src/test/java/org/apache/calcite/test/DruidAdapter2IT.java:
##########
@@ -2902,6 +2903,7 @@ private void testCountWithApproxDistinct(boolean approx, 
String sql,
         .returnsUnordered("EXPR$0=86829");
   }
 
+  @Disabled("CALCITE-7271")

Review Comment:
   Yes, the test is still affected. The CAST is not a safe operation, so the IS 
NULL will not be simplified with this PR. (The lossless cast simplification 
does not apply here, as the operator beneath the IS NULL is not a CAST 
operator.)



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to