----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24076/ -----------------------------------------------------------
Review request for hive. Bugs: HIVE-7107 https://issues.apache.org/jira/browse/HIVE-7107 Repository: hive-git Description ------- The HiveServer1 driver does not adhere to the JDBC standard of returning null when it can't handle a connection URL. I realize that HS1 is scheduled to be removed but I submitted this before 0.13.1 was released and maybe 0.13.2 will be released still. Also I think there's a chance that some distributions will keep HS1 in for a bit longer and this patch fixes an issue with it. Diffs ----- itests/hive-unit/src/test/java/org/apache/hadoop/hive/jdbc/TestJdbcDriver.java e2d9b42 jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveDriver.java 68c0788 jdbc/src/java/org/apache/hive/jdbc/HiveDriver.java 6e248d6 Diff: https://reviews.apache.org/r/24076/diff/ Testing ------- Thanks, Lars Francke