You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Yuanhao Luo (Code Review)" <ge...@cloudera.org> on 2016/09/01 14:58:57 UTC

[Impala-ASF-CR] IMPALA-4056: Fix toSql() of DistributeParam

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 <lu...@software.ict.ac.cn>
Gerrit-Reviewer: Alex Behm <al...@cloudera.com>