mirror of
https://github.com/apache/impala.git
synced 2026-02-03 00:00:40 -05:00
Added support for multiple file formats. Previously Impala created a Scanner class based on the partitions file format, now in case of an Iceberg table it will read out the file format from the file level metadata instead. IcebergScanNode will aggregate file formats as well instead of relying on partitions, so it can be used for plannig. Testing: Created a mixed file format table with hive and added a test for it. Change-Id: Ifc816595724e8fd2c885c6664f790af61ddf5c07 Reviewed-on: http://gerrit.cloudera.org:8080/18935 Reviewed-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com> Tested-by: Impala Public Jenkins <impala-public-jenkins@cloudera.com>