[email protected] has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9191
Change subject: IMPALA-5269: Fix issue with final line of query followed by a comment ...................................................................... IMPALA-5269: Fix issue with final line of query followed by a comment The patch is to fix a statement that is terminated with SQL terminated delimiter, i.e. ; followed by a comment. For example: Before: select 1 + 1; -- comment\n; After: select 1 + 1; -- comment Change-Id: I54f9a8f65214023520eaa010fc462a663d02d258 --- M shell/impala_shell.py M tests/shell/test_shell_interactive.py 2 files changed, 21 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/91/9191/2 -- To view, visit http://gerrit.cloudera.org:8080/9191 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I54f9a8f65214023520eaa010fc462a663d02d258 Gerrit-Change-Number: 9191 Gerrit-PatchSet: 2 Gerrit-Owner: [email protected]
