You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Terry Kim (Jira)" <ji...@apache.org> on 2019/12/17 07:13:00 UTC

[jira] [Created] (SPARK-30283) V2 Command logical plan should use UnresolvedV2Relation for a table

Terry Kim created SPARK-30283:
---------------------------------

             Summary: V2 Command logical plan should use UnresolvedV2Relation for a table
                 Key: SPARK-30283
                 URL: https://issues.apache.org/jira/browse/SPARK-30283
             Project: Spark
          Issue Type: Sub-task
          Components: SQL
    Affects Versions: 3.0.0
            Reporter: Terry Kim


For the following v2 commands, multi-part names are directly passed to the command without looking up temp views, thus they are always resolved to tables:
 * DROP TABLE
 * REFRESH TABLE
 * RENAME TABLE
 * REPLACE TABLE

They should be updated to haveĀ UnresolvedV2Relation such that temp views are looked up first in Analyzer.ResolveTables.



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