Yuanhao Luo has uploaded a new patch set (#2). Change subject: IMPALA-4056: Fix toSql() of DistributeParam ......................................................................
IMPALA-4056: Fix toSql() of DistributeParam This commit fix two issues in toSql() of DistributeParam: 1. string literals were not quoted 2. range partition split rows were not printed. Besides, this commit fix a small issue in run-hive-server.sh Change-Id: I984a63a24f02670347b0e1efceb864d265d1f931 --- M fe/src/main/java/com/cloudera/impala/analysis/DistributeParam.java M testdata/bin/run-hive-server.sh M testdata/workloads/functional-query/queries/QueryTest/kudu_partition_ddl.test 3 files changed, 11 insertions(+), 11 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/95/4195/2 -- To view, visit http://gerrit.cloudera.org:8080/4195 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I984a63a24f02670347b0e1efceb864d265d1f931 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Yuanhao Luo <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]>
