Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-2
Description
SHOW FILES on Iceberg tables lists all files in table directory. Even deleted files and metadata files.
We should show the same files that Spark/Hive lists on the following metadata query:
SELECT * FROM db.tbl.files;
Which only shows the current data files.
Attachments
Issue Links
- is related to
-
IMPALA-11276 Flaky TestIcebergTable.test_partitioned_insert
- Resolved