walterddr commented on code in PR #10423:
URL: https://github.com/apache/pinot/pull/10423#discussion_r1138109565
##########
pinot-query-runtime/src/test/resources/queries/Comparisons.json:
##########
@@ -391,7 +391,11 @@
{ "sql": "SELECT val BETWEEN small AND big FROM {tbl}" },
{ "sql": "SELECT val BETWEEN big AND small FROM {tbl}" },
{ "sql": "SELECT val BETWEEN 2 AND 3 FROM {tbl}" },
- { "sql": "SELECT val BETWEEN 3 AND 2 FROM {tbl}" },
+ {
+ "ignored": true,
+ "sql": "SELECT val BETWEEN 3 AND 2 FROM {tbl}",
+ "comment": "calcite reduce this query into null literal value which is
not supported."
Review Comment:
after enable null handling. this query hits the null literal object creation
code path. will hold off until proper null literal handling is implemented. CC
@61yao ^
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]