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 2018/02/28 00:07:00 UTC

[jira] [Commented] (ORC-308) Add function to get subtypes by name

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

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

GitHub user omalley opened a pull request:

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

    ORC-308. Add function to get subtypes by name.

    This just adds the new function, which will be useful for specifying properties for columns.
    
    Previously the parser was allowing "." in column names, which doesn't match Hive. I suspect we added that to support schemas from JSON. Now that we support backquotes for column names, that would be a better fix.

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

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

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

    https://github.com/apache/orc/pull/221.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 #221
    
----
commit b3cf0208be429b75bd66441f014baff8778b5224
Author: Owen O'Malley <om...@...>
Date:   2018-02-28T00:02:16Z

    ORC-308. Add function to get subtypes by name.

----


> Add function to get subtypes by name
> ------------------------------------
>
>                 Key: ORC-308
>                 URL: https://issues.apache.org/jira/browse/ORC-308
>             Project: ORC
>          Issue Type: New Feature
>            Reporter: Owen O'Malley
>            Assignee: Owen O'Malley
>            Priority: Major
>
> It would be nice to have functions in TypeDescription that can find subtypes by name.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)