vvivekiyer commented on code in PR #8518: URL: https://github.com/apache/pinot/pull/8518#discussion_r849961945
########## pinot-common/src/test/java/org/apache/pinot/sql/parsers/CalciteSqlCompilerTest.java: ########## @@ -2246,6 +2246,19 @@ public void testFlattenAndOr() { } } Review Comment: Added the following tests. WHERE clause containing: 1. Only boolean field. 2. Only boolean field (and) boolean field with equals. 3. Only scalar field. 4. Only scalar field (and) scalar field with equals. 5. Only scalar field (and) scalar field with equals and only boolean field (and) boolean field with equals -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org