[
https://issues.apache.org/jira/browse/ORC-96?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15429146#comment-15429146
]
ASF GitHub Bot commented on ORC-96:
-----------------------------------
GitHub user prasanthj opened a pull request:
https://github.com/apache/orc/pull/57
ORC-96: Pass Context to Orc tree readers
This patch passed Context object to tree readers. With that we don't have
to repeatedly change signatures of tree readers.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/prasanthj/orc ORC-96
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/orc/pull/57.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 #57
----
commit 8a37bc5d8413f78692166643c363322044a073a0
Author: Prasanth Jayachandran <[email protected]>
Date: 2016-08-20T01:31:42Z
ORC-96: Pass Context to Orc tree readers
----
> Pass Context to Orc tree readers
> --------------------------------
>
> Key: ORC-96
> URL: https://issues.apache.org/jira/browse/ORC-96
> Project: Orc
> Issue Type: Improvement
> Components: Reader
> Affects Versions: 1.2.0
> Reporter: Prasanth Jayachandran
> Assignee: Prasanth Jayachandran
>
> Wrt
> https://issues.apache.org/jira/browse/HIVE-14566?focusedCommentId=15427294&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15427294
> we should pass Context to tree readers to avoid changing tree reader APIs
> often.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)