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

2018-03-02 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ORC-308:


Github user asfgit closed the pull request at:

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


> 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
> Fix For: 1.5.0
>
>
> 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)


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

2018-02-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on ORC-308:


Github user omalley commented on the issue:

https://github.com/apache/orc/pull/221
  
I just extended this by adding TypeDescription.getSubtypes, which takes a 
string and returns a List.


> 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)


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

2018-02-27 Thread ASF GitHub Bot (JIRA)

[ 
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 
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)