You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Wenchen Fan (Jira)" <ji...@apache.org> on 2020/01/23 03:43:00 UTC

[jira] [Created] (SPARK-30612) can't resolve qualified column name with v2 tables

Wenchen Fan created SPARK-30612:
-----------------------------------

             Summary: can't resolve qualified column name with v2 tables
                 Key: SPARK-30612
                 URL: https://issues.apache.org/jira/browse/SPARK-30612
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Wenchen Fan


When running queries with qualified columns like `SELECT t.a FROM t`, it fails to resolve for v2 tables.

v1 table is fine as we always wrap the v1 relation with a `SubqueryAlias`. We should do the same for v2 tables.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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