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

Apache Spark reassigned SPARK-13698:
------------------------------------

    Assignee:     (was: Apache Spark)

> Fix Analysis Exceptions when Using Backticks in Generate
> --------------------------------------------------------
>
>                 Key: SPARK-13698
>                 URL: https://issues.apache.org/jira/browse/SPARK-13698
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>            Reporter: Dilip Biswal
>
> Analysis exception occurs while running the following query.
> {code}
> SELECT ints FROM nestedArray LATERAL VIEW explode(a.b) `a` AS `ints`
> {code}
> {code}
> Failed to analyze query: org.apache.spark.sql.AnalysisException: cannot 
> resolve '`ints`' given input columns: [a, `ints`]; line 1 pos 7
> 'Project ['ints]
> +- Generate explode(a#0.b), true, false, Some(a), [`ints`#8]
>    +- SubqueryAlias nestedarray
>       +- LocalRelation [a#0], [[[[1,2,3]]]]
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to