You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@orc.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/12 21:48:20 UTC

[jira] [Commented] (ORC-83) Protected users from Reader.rows(Options) modifying the Options object

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

ASF GitHub Bot commented on ORC-83:
-----------------------------------

GitHub user omalley opened a pull request:

    https://github.com/apache/orc/pull/48

    ORC-83. Protect users from Reader.rows(Options) modifying the Options object

    

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

    $ git pull https://github.com/omalley/orc orc-83

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

    https://github.com/apache/orc/pull/48.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 #48
    
----
commit 8e8434e3601bfcda75bac9e83020c3c61f284b5f
Author: Owen O'Malley <om...@apache.org>
Date:   2016-07-12T21:43:45Z

    ORC-83. Protect users from Reader.rows(Options) modifying the Options
    object.

----


> Protected users from Reader.rows(Options) modifying the Options object
> ----------------------------------------------------------------------
>
>                 Key: ORC-83
>                 URL: https://issues.apache.org/jira/browse/ORC-83
>             Project: Orc
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>
> This is a matching fix to HIVE-14004 where ACID was getting in to trouble because it was reusing the Reader.Options argument between files and Reader.rows was modifying it. HIVE-14004 just fixed the Hive case, but we need a corresponding fix over here.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)