Github user clockfly commented on the issue:

    https://github.com/apache/spark/pull/15006
  
    @hvanhovell 
    
    How do you think the case @dilipbiswal posted?
    
    Currently, there is a semantic mismatch between Spark and Postgres.
    In Spark 1.6/2.0, `SELECT 123X` is interpreted as ```SELECT `123X` ```. In 
Postgres, `SELECT 123X` is interpreted as `SELECT 123 AS X`.
    
    I think our current way of handling `123X` makes more sense.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to