Quanlong Huang has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/18906 )
Change subject: IMPALA-9410: Support resolving ORC file columns by names ...................................................................... IMPALA-9410: Support resolving ORC file columns by names Added query option and implementation to be able to resolve columns by names. Changed secondary resolution strategy for iceberg orc tables to name based resolution. Testing: Added new test dimension for orc tests, added results to now working iceberg migrated table test Change-Id: I29562a059160c19eb58ccea76aa959d2e408f8de Reviewed-on: http://gerrit.cloudera.org:8080/18397 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Reviewed-on: http://gerrit.cloudera.org:8080/18906 Reviewed-by: Zoltan Borok-Nagy <[email protected]> Tested-by: Quanlong Huang <[email protected]> --- M be/src/exec/hdfs-orc-scanner.cc M be/src/exec/orc-metadata-utils.cc M be/src/exec/orc-metadata-utils.h M be/src/service/query-options.cc M be/src/service/query-options.h M common/thrift/ImpalaService.thrift M common/thrift/Query.thrift M testdata/workloads/functional-query/queries/QueryTest/iceberg-migrated-tables.test M tests/common/test_dimensions.py M tests/query_test/test_nested_types.py M tests/query_test/test_scanners.py 11 files changed, 378 insertions(+), 245 deletions(-) Approvals: Zoltan Borok-Nagy: Looks good to me, approved Quanlong Huang: Verified -- To view, visit http://gerrit.cloudera.org:8080/18906 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: branch-4.1.1 Gerrit-MessageType: merged Gerrit-Change-Id: I29562a059160c19eb58ccea76aa959d2e408f8de Gerrit-Change-Number: 18906 Gerrit-PatchSet: 2 Gerrit-Owner: Quanlong Huang <[email protected]> Gerrit-Reviewer: Gergely Fürnstáhl <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Quanlong Huang <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
