You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/07/11 06:59:36 UTC

[GitHub] [spark] maropu commented on issue #25109: [SPARK-28343][SQL][TEST] PostgreSQL test should enable cartesian product

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org