mirror of
https://github.com/apache/impala.git
synced 2026-02-03 00:00:40 -05:00
Iceberg table iceberg_partitioned_orc has wrong metadata. The field 'file_size_in_bytes' is wrong for the data files. This causes issues on object stores where we rely more on information coming from Iceberg metadata. This commit updates the manifest and manifest list files to reflect correct information. Change-Id: Iae860f401947092d9fdca802f41dd6de79e0638d Reviewed-on: http://gerrit.cloudera.org:8080/19476 Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Reviewed-by: Gabor Kaszab <gaborkaszab@cloudera.com>