Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/16003 )
Change subject: IMPALA-8755: Unlock Z-ordering by default ...................................................................... IMPALA-8755: Unlock Z-ordering by default Z-ordering has been around for a while behind a feature flag (unlock_zorder_sort). It's around time to turn this flag on by default. This commit beside setting the flag to true, merges the Z-order tests from custom cluster tests into the normal test files. Tests: - Run all related tests. Change-Id: I653e0e2db8f7bc2dd077943b3acf667514d45811 Reviewed-on: http://gerrit.cloudera.org:8080/16003 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M be/src/common/global-flags.cc M fe/src/main/cup/sql-parser.cup M fe/src/test/java/org/apache/impala/analysis/AnalyzeDDLTest.java M fe/src/test/java/org/apache/impala/analysis/AnalyzeKuduDDLTest.java M fe/src/test/java/org/apache/impala/analysis/ParserTest.java M fe/src/test/java/org/apache/impala/analysis/ToSqlTest.java M fe/src/test/java/org/apache/impala/analysis/ToSqlUtilsTest.java M fe/src/test/java/org/apache/impala/authorization/AuthorizationStmtTest.java M fe/src/test/java/org/apache/impala/planner/PlannerTest.java D testdata/workloads/functional-query/queries/QueryTest/alter-table-zorder.test M testdata/workloads/functional-query/queries/QueryTest/alter-table.test D testdata/workloads/functional-query/queries/QueryTest/create-table-as-select-zorder.test M testdata/workloads/functional-query/queries/QueryTest/create-table-as-select.test D testdata/workloads/functional-query/queries/QueryTest/create-table-like-file-zorder.test M testdata/workloads/functional-query/queries/QueryTest/create-table-like-file.test D testdata/workloads/functional-query/queries/QueryTest/create-table-like-table-zorder.test M testdata/workloads/functional-query/queries/QueryTest/create-table-like-table.test D testdata/workloads/functional-query/queries/QueryTest/create-table-zorder.test M testdata/workloads/functional-query/queries/QueryTest/create-table.test D tests/custom_cluster/test_zorder.py 20 files changed, 315 insertions(+), 465 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved; Verified -- To view, visit http://gerrit.cloudera.org:8080/16003 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I653e0e2db8f7bc2dd077943b3acf667514d45811 Gerrit-Change-Number: 16003 Gerrit-PatchSet: 4 Gerrit-Owner: Norbert Luksa <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]> Gerrit-Reviewer: Zoltan Borok-Nagy <[email protected]>
