wangdiao commented on code in PR #4224:
URL: https://github.com/apache/calcite/pull/4224#discussion_r1991267257
##########
core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java:
##########
@@ -9307,6 +9307,24 @@ private void checkLiteral2(String expression, String
expected) {
}
+ @Test void testSome() {
+ final String sql = "SELECT 1, \"gross_weight\" < SOME(SELECT
\"gross_weight\" "
Review Comment:
When querying SQL directly in the database, fewer operators(< ALL) may be
more efficient (than NOT(>= SOME))
--
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]