[
https://issues.apache.org/jira/browse/SPARK-34626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Wenchen Fan resolved SPARK-34626.
---------------------------------
Fix Version/s: 3.2.0
Resolution: Fixed
Issue resolved by pull request 31754
[https://github.com/apache/spark/pull/31754]
> 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.0.2, 3.1.1
> Reporter: Shixiong Zhu
> Assignee: Kousuke Saruta
> Priority: Major
> Fix For: 3.2.0
>
>
> UnresolvedAttribute("a" :: "b" :: Nil).sql
> returns
> {code:java}
> `a.b`{code}
> The correct one should be either a.b or
> {code:java}
> `a`.`b`{code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]