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 2017/09/28 22:10:02 UTC

[jira] [Commented] (ORC-241) Make attempts to read a future file format a runtime error instead of warning

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

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

GitHub user omalley opened a pull request:

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

    ORC-241. Make an unknown file format an exception.

    Signed-off-by: Owen O'Malley <om...@apache.org>

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

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

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

    https://github.com/apache/orc/pull/173.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 #173
    
----
commit 7b0f2e338db05860ee1116221ff4e4fc8a3e240f
Author: Owen O'Malley <om...@apache.org>
Date:   2017-09-28T18:47:01Z

    ORC-241. Make an unknown file format an exception.
    
    Signed-off-by: Owen O'Malley <om...@apache.org>

----


> Make attempts to read a future file format a runtime error instead of warning
> -----------------------------------------------------------------------------
>
>                 Key: ORC-241
>                 URL: https://issues.apache.org/jira/browse/ORC-241
>             Project: ORC
>          Issue Type: Bug
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>             Fix For: 1.3.4, 1.4.1
>
>
> Currently we just warn if the user attempts to read an unknown version of the file format. As we start to implement ORC 2.0 changes, we need to cause the attempt to fail explicitly.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)