wangdiao commented on code in PR #4224:
URL: https://github.com/apache/calcite/pull/4224#discussion_r1986496888
##########
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:
`ANY` is alias for `SOME`, it has been converted to `SOME`, and still `SOME`
when converting to SQL. Test cases `ANY` is consistent with `SOME` and is
unnecessary.
I have rewritten the 'not' function in `SqlQuantifyOpenator`. What are you
trying to say about rewriting?
--
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]