mirror of
https://github.com/apache/impala.git
synced 2026-02-03 09:00:39 -05:00
Impala SHOW TABLE stats outputs wrong value for number of files for Iceberg tables. It should only calculate the number of data files and delete files, but it calculates all files under the table directory, including metadata files, orphaned files, and old data files not belonging to the current snapshot. Testing: - add e2e tests Change-Id: I110e5e13cec3aa898f115e1ed795ce98e68ef06c Reviewed-on: http://gerrit.cloudera.org:8080/19150 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>