You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Dilip Biswal (JIRA)" <ji...@apache.org> on 2016/04/19 01:59:25 UTC

[jira] [Commented] (SPARK-13698) Fix Analysis Exceptions when Using Backticks in Generate

    [ https://issues.apache.org/jira/browse/SPARK-13698?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15246796#comment-15246796 ] 

Dilip Biswal commented on SPARK-13698:
--------------------------------------

[~cloud_fan] Hi Wenchen, Can you please help to fix the assignee field for this JIRA ? Thanks in advance !!

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