[ https://issues.apache.org/jira/browse/HIVE-4974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13806579#comment-13806579 ]
Hudson commented on HIVE-4974: ------------------------------ FAILURE: Integrated in Hive-trunk-hadoop2 #524 (See [https://builds.apache.org/job/Hive-trunk-hadoop2/524/]) HIVE-4974 - JDBC2 statements and result sets are not able to return their parents (Chris Dome via Brock Noland) (brock: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1536153) * /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveBaseResultSet.java * /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveCallableStatement.java * /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java * /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveDatabaseMetaData.java * /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HivePreparedStatement.java * /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveQueryResultSet.java * /hive/trunk/jdbc/src/java/org/apache/hive/jdbc/HiveStatement.java * /hive/trunk/jdbc/src/test/org/apache/hive/jdbc/TestJdbcDriver2.java > JDBC2 statements and result sets are not able to return their parents > --------------------------------------------------------------------- > > Key: HIVE-4974 > URL: https://issues.apache.org/jira/browse/HIVE-4974 > Project: Hive > Issue Type: Bug > Components: JDBC > Affects Versions: 0.11.0, 0.12.0 > Reporter: Chris Drome > Assignee: Chris Drome > Priority: Minor > Fix For: 0.13.0 > > Attachments: HIVE-4974.2-trunk.patch.txt, > HIVE-4974-trunk-1.patch.txt, HIVE-4974-trunk-2.patch.txt, > HIVE-4974-trunk.patch.txt > > > The getConnection method of HiveStatement and HivePreparedStatement throw a > not supported SQLException. The constructors should take the HiveConnection > that creates them as an argument. > Similarly, HiveBaseResultSet is not capable of returning the Statement that > created it. -- This message was sent by Atlassian JIRA (v6.1#6144)