Yuanhao Luo has uploaded a new patch set (#2). Change subject: IMPALA-3945: Forbid create text table with nonsensical delimiter combinations. ......................................................................
IMPALA-3945: Forbid create text table with nonsensical delimiter combinations. This commit promoting warnings to AnalysisException to fix test fail of two corner cases: field delimiter and escape character have the same value and line delimiter and escape character have the same value. Besides, this commit add some tests for these two corner cases. Change-Id: I836b45f930e680ea03274405b90b1ee14822152b --- M fe/src/main/java/com/cloudera/impala/analysis/CreateTableStmt.java M fe/src/test/java/com/cloudera/impala/analysis/AnalyzeDDLTest.java 2 files changed, 26 insertions(+), 16 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/39/3839/2 -- To view, visit http://gerrit.cloudera.org:8080/3839 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I836b45f930e680ea03274405b90b1ee14822152b Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Yuanhao Luo <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]> Gerrit-Reviewer: Tim Armstrong <[email protected]>
