xiedeyantu commented on code in PR #4452:
URL: https://github.com/apache/calcite/pull/4452#discussion_r2207297925
##########
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:
It is my mistake, IS NULL is a good test case, this is what I need.
--
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]