Yuanhao Luo has uploaded a new patch set (#3). 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. 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, 32 insertions(+), 18 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/39/3839/3 -- 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: 3 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]>
