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: [email protected]
For additional commands, e-mail: [email protected]