wangyum commented on a change in pull request #25109: [SPARK-28343][SQL][TEST] 
PostgreSQL test should enable cartesian product
URL: https://github.com/apache/spark/pull/25109#discussion_r303187602
 
 

 ##########
 File path: sql/core/src/test/resources/sql-tests/inputs/pgSQL/boolean.sql
 ##########
 @@ -17,19 +17,19 @@ SELECT 1 AS one;
 
 SELECT true AS true;
 
-SELECT false AS false;
+SELECT false AS `false`;
 
 Review comment:
   Rewrite `AS false` to ```AS `false` ``` to reduce changes.

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


With regards,
Apache Git Services

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

Reply via email to