[email protected] has uploaded a new change for review. http://gerrit.cloudera.org:8080/5648
Change subject: IMPALA-4036: show create table outputs invalid SQL for partitioned tables with comments ...................................................................... IMPALA-4036: show create table outputs invalid SQL for partitioned tables with comments For a table that has both a table comment and a partition specified, "show create table" incorrectly outputs the comment before the partition. This is not the correct order, and it results in an invalid SQL. This transaction fixes the ordering (partition comes before comment) and adds tests for this case. Change-Id: Iccf9488e8b1d28fcaf3a40f935157c9dd792812e Update code style of ToSqlTest.java Change-Id: I29a33cfd142b473997fdc3acfe3f0966bc7ed784 --- M fe/src/main/java/org/apache/impala/analysis/ToSqlUtils.java M fe/src/test/java/org/apache/impala/analysis/ToSqlTest.java M testdata/workloads/functional-query/queries/QueryTest/show-create-table.test 3 files changed, 42 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/48/5648/1 -- To view, visit http://gerrit.cloudera.org:8080/5648 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I29a33cfd142b473997fdc3acfe3f0966bc7ed784 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: [email protected]
