asolimando commented on code in PR #3367:
URL: https://github.com/apache/calcite/pull/3367#discussion_r1311933809


##########
core/src/test/java/org/apache/calcite/test/JdbcTest.java:
##########
@@ -3773,6 +3774,35 @@ public void checkOrderBy(final boolean desc,
             "empid=110; name=Theodore");
   }
 
+  @Test void testExceptToDistinct() {

Review Comment:
   Isn't this test covering `MinusToDistinctRule`? If so, the test name should 
be `testMinusToDistinct` or similar. Please check.



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