You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by rajkrrsingh <gi...@git.apache.org> on 2018/07/05 17:56:10 UTC

[GitHub] hive pull request #390: HIVE-20080: TxnHandler checkLock direct sql fail wit...

GitHub user rajkrrsingh opened a pull request:

    https://github.com/apache/hive/pull/390

    HIVE-20080: TxnHandler checkLock direct sql fail with ORA-01795 , if …

    check if the dbType is oracle break the query IN clause to include hl_partition in batch of 1000.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/rajkrrsingh/hive HIVE-20080

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hive/pull/390.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 #390
    
----
commit 097c42a8e54ca48cd634dd5c777021eebab076bb
Author: Rajkumar singh <ra...@...>
Date:   2018-07-05T17:52:30Z

    HIVE-20080: TxnHandler checkLock direct sql fail with ORA-01795 , if the table has more than 1000 partitions

----


---

[GitHub] hive pull request #390: HIVE-20080: TxnHandler checkLock direct sql fail wit...

Posted by rajkrrsingh <gi...@git.apache.org>.
Github user rajkrrsingh closed the pull request at:

    https://github.com/apache/hive/pull/390


---