Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/21910 )
Change subject: IMPALA-13432: test_migrated_table_field_id_resolution_complex can fail with different Iceberg version ...................................................................... IMPALA-13432: test_migrated_table_field_id_resolution_complex can fail with different Iceberg version test_migrated_table_field_id_resolution_complex queries metadata table `partitions`. The schema of that table depends on the Iceberg version. This patch fixes the problem by not issuing 'select *' against `partitions`, but only selecting a subset of columns available in Iceberg 1.3.1. Change-Id: I4cff3d868a8b4c2f42a11780372cb1b550370c14 Reviewed-on: http://gerrit.cloudera.org:8080/21910 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M testdata/workloads/functional-query/queries/QueryTest/iceberg-migrated-table-field-id-resolution-complex.test 1 file changed, 14 insertions(+), 10 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/21910 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4cff3d868a8b4c2f42a11780372cb1b550370c14 Gerrit-Change-Number: 21910 Gerrit-PatchSet: 3 Gerrit-Owner: Zoltan Borok-Nagy <[email protected]> Gerrit-Reviewer: Daniel Becker <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
