Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.17.0
-
None
Description
Description:
- create parquet table with CTAS: CREATE TABLE dfs.tmp.`folder/file` AS SELECT * FROM cp.`employee.json`;
- refresh metadata for table: ANALYZE TABLE dfs.tmp.`folder/file` REFRESH METADATA;
- drop metadata: ANALYZE TABLE dfs.tmp.`/folder/file` DROP METADATA [IF EXISTS];
Expexted result:
Metadata for table [folder/file] dropped.
Actual result:
Error: VALIDATION ERROR: Metadata for table [/folder/file] not found.
Shoud work as DROP TABLE:
DROP TABLE dfs.tmp.`/folder/file`;
Table [folder/file] dropped
Attachments
Issue Links
- links to