[ 
https://issues.apache.org/jira/browse/HIVE-5295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Phabricator updated HIVE-5295:
------------------------------

    Attachment: D12957.1.patch

vaibhavgumashta requested code review of "HIVE-5295 [jira] 
HiveConnection#configureConnection tries to execute statement even after it is 
closed".

Reviewers: JIRA

HIVE-5295: HiveConnection#configureConnection does not close the statement 
prematurely now

HiveConnection#configureConnection tries to execute statement even after it is 
closed. For remote JDBC client, it tries to set the conf var using 'set 
foo=bar' by calling HiveStatement.execute for each conf var pair, but closes 
the statement after the 1st iteration through the conf var pairs.

TEST PLAN
  EMPTY

REVISION DETAIL
  https://reviews.facebook.net/D12957

AFFECTED FILES
  jdbc/src/java/org/apache/hive/jdbc/HiveConnection.java

MANAGE HERALD RULES
  https://reviews.facebook.net/herald/view/differential/

WHY DID I GET THIS EMAIL?
  https://reviews.facebook.net/herald/transcript/30957/

To: JIRA, vaibhavgumashta

                
> HiveConnection#configureConnection tries to execute statement even after it 
> is closed
> -------------------------------------------------------------------------------------
>
>                 Key: HIVE-5295
>                 URL: https://issues.apache.org/jira/browse/HIVE-5295
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Vaibhav Gumashta
>            Assignee: Vaibhav Gumashta
>         Attachments: D12957.1.patch
>
>
> HiveConnection#configureConnection tries to execute statement even after it 
> is closed. For remote JDBC client, it tries to set the conf var using 'set 
> foo=bar' by calling HiveStatement.execute for each conf var pair, but closes 
> the statement after the 1st iteration through the conf var pairs.

--
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