Steve Carlin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23907
Change subject: IMPALA-14746: Calcite planner: Allow overrides in test framework ...................................................................... IMPALA-14746: Calcite planner: Allow overrides in test framework This commit will allow overrides in the test framework for Calcite where the result set is different from the original planner. The overrides will be used if the USE_CALCITE_PLANNER environment variable is set. The allowable overridden sections are: RESULTS, CATCH, RUNTIME_PROFILE. The sections will be overridden if the environment variable is set and if the section has a CALCITE_PLANNER_ prefix (e.g. CALCITE_PLANNER_RESULTS) A sample is given in the subquery.test file. Change-Id: Id7e22c63b27232bffc442a75952b9942067f0e85 --- M bin/impala-config.sh M bin/start-impala-cluster.py M testdata/workloads/functional-query/queries/QueryTest/subquery.test M tests/common/environ.py M tests/common/impala_test_suite.py M tests/util/test_file_parser.py 6 files changed, 55 insertions(+), 22 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/07/23907/6 -- To view, visit http://gerrit.cloudera.org:8080/23907 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Id7e22c63b27232bffc442a75952b9942067f0e85 Gerrit-Change-Number: 23907 Gerrit-PatchSet: 6 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]>
