[ 
https://issues.apache.org/jira/browse/HIVE-5006?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13730656#comment-13730656
 ] 

Hive QA commented on HIVE-5006:
-------------------------------



{color:red}Overall{color}: -1 at least one tests failed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12596294/HIVE-5006.1.patch

{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 2764 tests executed
*Failed tests:*
{noformat}
org.apache.hcatalog.fileformats.TestOrcDynamicPartitioned.testHCatDynamicPartitionedTableMultipleTask
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/325/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/325/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests failed with: TestsFailedException: 1 tests failed
{noformat}

This message is automatically generated.
                
> Re-factor HiveServer2 JDBC PreparedStatement to avoid duplicate code
> --------------------------------------------------------------------
>
>                 Key: HIVE-5006
>                 URL: https://issues.apache.org/jira/browse/HIVE-5006
>             Project: Hive
>          Issue Type: Improvement
>          Components: HiveServer2, JDBC
>    Affects Versions: 0.11.0
>            Reporter: Prasad Mujumdar
>            Assignee: Prasad Mujumdar
>             Fix For: 0.12.0
>
>         Attachments: HIVE-5006.1.patch
>
>
> The JDBC PreparedStatement interface extends Statement interface. The Hive 
> JDBC driver implementations of HivePreparedStatement interface is disjoint 
> from the HiveStatement implementation. As a result there's some duplicate 
> code in these two classes for executing query. Also patches like implicit 
> close on re-execute etc. are not there for PreparedStatement.
> The HivePreparedStatement should extend the HiveStatement.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to