maropu commented on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product URL: https://github.com/apache/spark/pull/25109#issuecomment-510356646 ur, looks bad.... I checkd the reserved keywords in Postgresql again; https://www.postgresql.org/docs/current/sql-keywords-appendix.html FALSE is reserved, but the qyery works well in postgresql; ``` postgres=# select 1 as false; false ------- 1 (1 row) ``` How about Oracle and the other databases? Can they accept that query, too?
---------------------------------------------------------------- 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. 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]
