-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35907/
-----------------------------------------------------------
Review request for hive, Szehon Ho and Xuefu Zhang.
Bugs: HIVE-11100
https://issues.apache.org/jira/browse/HIVE-11100
Repository: hive-git
Description
-------
Since the ";" is being used to delimit commands in a single line in Beeline, it
should be able to be escaped when it is not used as a delimiter. This patch
provides "\" as the escape to it like that in CLI, and more test cases to use
";" as command delimiter or inside a query.
Diffs
-----
beeline/src/java/org/apache/hive/beeline/Commands.java 903849c
itests/hive-unit/src/test/java/org/apache/hive/beeline/TestBeeLineWithArgs.java
f0795d2
Diff: https://reviews.apache.org/r/35907/diff/
Testing
-------
New added unit tests
Precommit tests
Thanks,
Chaoyu Tang