Shixiong Zhu created SPARK-34626:
------------------------------------

             Summary: UnresolvedAttribute.sql may return an incorrect sql
                 Key: SPARK-34626
                 URL: https://issues.apache.org/jira/browse/SPARK-34626
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.1.1, 3.0.2
            Reporter: Shixiong Zhu


UnresolvedAttribute("a" :: "b" :: Nil).sql returns

 

{{`a.b`}}

The correct one should be either a.b or

 

{{`a`.`b`}}

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to