Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/24691
Change subject: IMPALA-15261: fix broken tests ...................................................................... IMPALA-15261: fix broken tests The commit IMPALA-15195 caused some significant plan changes for the Calcite planner. As a result, some tests were broken when running with the Calcite planner on. In mt-dop-parquet-scheduling.test: Some node numbers were changed In test_processing_cost.py: Plan changes caused this to fail. Since this is a backend test, these failures are ok, but should be fixed at some point. IMPALA-15260 has been filed for this. In test_executor_groups: This is also a backend test. A Jira was already filed for the memory estimate issue, IMPALA-14816. A comment was added to this Jira to handle this problem too. In test_iceberg.py: Fixed this by running with "straight_join", since this shouldn't affect the integrity of the test. Change-Id: I77683c0ab2f506b6c638255b63bde243b33dd8fb --- M testdata/workloads/functional-query/queries/QueryTest/mt-dop-parquet-scheduling.test M tests/common/skip.py M tests/custom_cluster/test_executor_groups.py M tests/query_test/test_iceberg.py M tests/query_test/test_processing_cost.py 5 files changed, 46 insertions(+), 40 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/24691/1 -- To view, visit http://gerrit.cloudera.org:8080/24691 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I77683c0ab2f506b6c638255b63bde243b33dd8fb Gerrit-Change-Number: 24691 Gerrit-PatchSet: 1 Gerrit-Owner: Steve Carlin <[email protected]>
