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 15:36:51 UTC

[GitHub] [spark] maropu commented on issue #25114: [SPARK-28349][SQL] Add FALSE and SETMINUS to ansiNonReserved

maropu commented on issue #25114: [SPARK-28349][SQL] Add FALSE and SETMINUS to ansiNonReserved
URL: https://github.com/apache/spark/pull/25114#issuecomment-510537932
 
 
   Is this correct? I don't check carefully check yet, but I think the 'reserved' meaning is essentially different between spark and the other systems. For example, these keyworkds below are reserved in postgresql, but they can be used as alias names;
   ```
   postgres=# select 1 as select;
    select 
   --------
         1
   (1 row)
   
   postgres=# select 1 as from;
    from 
   ------
       1
   (1 row)
   ```

----------------------------------------------------------------
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