-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16330/
-----------------------------------------------------------
Review request for hive.
Bugs: HIVE-6045
https://issues.apache.org/jira/browse/HIVE-6045
Repository: hive-git
Description
-------
The implementation appends hivevars to the jdbc url in the form
"var1=val1&var2=val2$var3-val3"
but the regex used to parse this is expecting the delimiter to be ";". Changed
the regex to fit the hivevar format.
Diffs
-----
jdbc/src/java/org/apache/hive/jdbc/Utils.java 913dc46
Diff: https://reviews.apache.org/r/16330/diff/
Testing
-------
Looks like TestBeelineWithArgs is no longer being run, and there are a lot of
failures there due to other changes even without this change. Probably we need
to move that test, and see if we can add a unit test there for this case.
Thanks,
Szehon Ho