zoov-w commented on code in PR #4452:
URL: https://github.com/apache/calcite/pull/4452#discussion_r2207859514


##########
mongodb/src/test/java/org/apache/calcite/adapter/mongodb/MongoAdapterTest.java:
##########
@@ -978,13 +978,15 @@ private static Consumer<List> mongoChecker(final 
String... expected) {
 
     assertModel(MODEL)
         .query("select city, state from zips where city <> 'ABERDEEN' and city 
<> 'AIKEN'  "
-            + "and state IS NULL order by city")

Review Comment:
   I have already added this test



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