You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@orc.apache.org by omalley <gi...@git.apache.org> on 2017/12/27 17:17:03 UTC

[GitHub] orc pull request #205: ORC-285. Empty vector batches of floats or doubles ge...

GitHub user omalley opened a pull request:

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

    ORC-285. Empty vector batches of floats or doubles get java.io.EOFExc…

    Fix to handle empty vector column batches in the float and double reader.

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

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

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

    https://github.com/apache/orc/pull/205.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 #205
    
----
commit 03c338720be8b64515372236b97010b229b5e39d
Author: Owen O'Malley <om...@...>
Date:   2017-12-27T17:13:50Z

    ORC-285. Empty vector batches of floats or doubles get java.io.EOFException
    
    Signed-off-by: Owen O'Malley <om...@apache.org>

----


---

[GitHub] orc pull request #205: ORC-285. Empty vector batches of floats or doubles ge...

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

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


---