francis0407 commented on issue #23783: [SPARK-26854][SQL] Support ANY/SOME 
subquery
URL: https://github.com/apache/spark/pull/23783#issuecomment-466651607
 
 
   I have run all tests in _inputs/subquery/any-subquery_ using PostgreSQL. And 
all of them have the same results except several queries in 
_inputs/subquery/any-subquery/any-multiple-columns.sql_, as I mentioned above 
that PostgreSQL returns `True` for `(10, null) < (12, 16)`.
   Most of these test queries are based on the related queries in 
_inputs/subquery/in-subquery/*.sql_, because I think they are designed 
carefully and can cover most cases.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to