Impala Public Jenkins has submitted this change and it was merged. ( 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 Reviewed-on: http://gerrit.cloudera.org:8080/23907 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- 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(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- 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: merged Gerrit-Change-Id: Id7e22c63b27232bffc442a75952b9942067f0e85 Gerrit-Change-Number: 23907 Gerrit-PatchSet: 8 Gerrit-Owner: Steve Carlin <[email protected]> Gerrit-Reviewer: Aman Sinha <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]> Gerrit-Reviewer: Steve Carlin <[email protected]>
