zeroflag commented on a change in pull request #1633:
URL: https://github.com/apache/hive/pull/1633#discussion_r528568269
##########
File path: beeline/src/java/org/apache/hive/beeline/BeeLine.java
##########
@@ -892,8 +893,12 @@ private boolean connectUsingArgs(BeelineParser
beelineParser, CommandLine cl) {
getOpts().setInitFiles(cl.getOptionValues("i"));
getOpts().setScriptFile(cl.getOptionValue("f"));
-
if (url != null) {
+ String hplSqlMode = Utils.parsePropertyFromUrl(url,
Constants.HPLSQL_MODE);
Review comment:
Ok, modified it.
##########
File path: hplsql/pom.xml
##########
@@ -46,6 +46,11 @@
<artifactId>commons-io</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.hive</groupId>
+ <artifactId>hive-standalone-metastore-common</artifactId>
Review comment:
Right, I removed it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]