siddharthteotia commented on code in PR #10020:
URL: https://github.com/apache/pinot/pull/10020#discussion_r1060843383
##########
pinot-query-runtime/src/test/resources/queries/TableExpressions.json:
##########
@@ -16,6 +16,9 @@
}
},
"queries": [
+ { "sql": "SELECT * FROM {tbl} WHERE strCol IN (SELECT strCol FROM {tbl}
WHERE intCol < 100)" },
Review Comment:
may be consider adding a test for float / double as well and test for both
`zero point something` and `nonzero point something` if not already covered ?
--
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]