[jira] [Assigned] (SPARK-34626) UnresolvedAttribute.sql may return an incorrect sql

2021-03-11 Thread Wenchen Fan (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-34626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Wenchen Fan reassigned SPARK-34626:
---

Assignee: Kousuke Saruta

> 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
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Assigned] (SPARK-34626) UnresolvedAttribute.sql may return an incorrect sql

2021-03-04 Thread Apache Spark (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-34626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-34626:


Assignee: Apache Spark

> 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: Apache Spark
>Priority: Major
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Assigned] (SPARK-34626) UnresolvedAttribute.sql may return an incorrect sql

2021-03-04 Thread Apache Spark (Jira)


 [ 
https://issues.apache.org/jira/browse/SPARK-34626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Apache Spark reassigned SPARK-34626:


Assignee: (was: Apache Spark)

> 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
>Priority: Major
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org