Aleksandr Efimov has uploaded a new patch set (#3). ( http://gerrit.cloudera.org:8080/24595 )
Change subject: IMPALA-15149: Add type-aware Trino result verification ...................................................................... IMPALA-15149: Add type-aware Trino result verification Collect output metadata through PREPARE and DESCRIBE OUTPUT using the existing Trino CLI. Normalize Trino types to the query test vocabulary, verify optional TYPES sections, and use actual types for value comparisons even when TYPES is absent. Add focused coverage for metadata parsing, normalization, empty results, type mismatches, update mode, floating-point comparison, and non-finite FLOAT/DOUBLE values. Document the new authoring contract and exercise it in an interop test. Assisted-by: gpt-5.6-sol (OpenAI Codex) Change-Id: I9effef8938a02567a4a9adc7d4fa78917a2f6d8c --- M testdata/bin/TRINO-README.md M testdata/workloads/functional-query/queries/QueryTest/iceberg-trino-interop-insert.test M tests/common/impala_test_suite.py M tests/common/test_result_verifier.py M tests/common/trino_cluster.py A tests/unittests/test_trino_cluster.py A tests/unittests/test_trino_result_verifier.py 7 files changed, 391 insertions(+), 31 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/95/24595/3 -- To view, visit http://gerrit.cloudera.org:8080/24595 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newpatchset Gerrit-Change-Id: I9effef8938a02567a4a9adc7d4fa78917a2f6d8c Gerrit-Change-Number: 24595 Gerrit-PatchSet: 3 Gerrit-Owner: Aleksandr Efimov <[email protected]> Gerrit-Reviewer: Aleksandr Efimov <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
