Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
3.1.0
-
None
-
None
Description
We should have UnresolvedTableOrPermanentView for commands that do support a table or a view, but not a temporary view, such that an analysis can fail if an identifier is resolved to a temporary view for those commands
For example, SHOW TBLPROPERTIES should not support a temp view since it always returns an empty result, which could be misleading.