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/03/05 10:49:40 UTC

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

Dilip Biswal created SPARK-13698:
------------------------------------

             Summary: 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