Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
3.0.0
-
None
-
None
Description
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.