Feng Guangyuan has uploaded a new patch set (#2). Change subject: IMPALA-3153: Incorrect behaviour around slash escaping single quotes ......................................................................
IMPALA-3153: Incorrect behaviour around slash escaping single quotes This patch adds a sub process, inserting into a slash before a single quote in a String, to solve this issue that a String is cut off from the single quote. Now for the string expressions, containing "'" or "\'", are analysised well. Change-Id: I002f75f3330ee319d82213331a5a046ecf198189 --- M fe/src/main/java/com/cloudera/impala/analysis/StringLiteral.java 1 file changed, 15 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/35/3335/2 -- To view, visit http://gerrit.cloudera.org:8080/3335 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I002f75f3330ee319d82213331a5a046ecf198189 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Feng Guangyuan <[email protected]> Gerrit-Reviewer: Jim Apple <[email protected]>
