[
https://issues.apache.org/jira/browse/HIVE-20897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16687433#comment-16687433
]
ASF GitHub Bot commented on HIVE-20897:
---------------------------------------
GitHub user maheshk114 opened a pull request:
https://github.com/apache/hive/pull/488
HIVE-20897 : TestJdbcDriver2#testSelectExecAsync2 fails with result set not
present error
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maheshk114/hive HIVE-20897
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/hive/pull/488.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #488
----
commit 2878187b0c329d562d3bf9bb208c4f9d27f4db4d
Author: Mahesh Kumar Behera <mbehera@...>
Date: 2018-11-09T11:41:43Z
HIVE-20897 : TestJdbcDriver2#testSelectExecAsync2 fails with result set not
present error
----
> TestJdbcDriver2#testSelectExecAsync2 fails with result set not present error
> ----------------------------------------------------------------------------
>
> Key: HIVE-20897
> URL: https://issues.apache.org/jira/browse/HIVE-20897
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Reporter: mahesh kumar behera
> Assignee: mahesh kumar behera
> Priority: Major
> Labels: pull-request-available
> Attachments: HIVE-20897.01.patch, HIVE-20897.02.patch,
> HIVE-20897.03.patch
>
>
> if async prepare is enabled, control will be returned to the client before
> driver could set of the query has a result set or not. But in current code,
> while generating the response for the query, it is not checked if the result
> set field is set or not.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)