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 2015/07/08 17:17:04 UTC

[jira] [Commented] (ORC-22) Make buffer block size configurable

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

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

GitHub user asandryh opened a pull request:

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

    Added a stream block size parameter to change the size of InputStreams' buffers

    This patch resolves ORC-22.

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

    $ git pull https://github.com/asandryh/orc master

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

    https://github.com/apache/orc/pull/3.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 #3
    
----
commit c31b3ed204ba01ad3835d963ec2eb8343fd2981e
Author: Aliaksei Sandryhaila <al...@hp.com>
Date:   2015-07-08T15:06:57Z

    Added a stream block size parameter to ReaderOptions to change the size of InputStreams' buffers.

commit 7114d6e89b7f96762b07479b397298edb8412a8c
Author: Aliaksei Sandryhaila <al...@hp.com>
Date:   2015-07-08T15:14:18Z

    Corrected type casting.

----


> Make buffer block size configurable
> -----------------------------------
>
>                 Key: ORC-22
>                 URL: https://issues.apache.org/jira/browse/ORC-22
>             Project: Orc
>          Issue Type: Task
>            Reporter: Aliaksei Sandryhaila
>            Assignee: Aliaksei Sandryhaila
>
> The current implementation of seekable file input stream reads files, by default, in 256K chunks. This parameter should be configurable via ReaderOptions.



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