[
https://issues.apache.org/jira/browse/HCATALOG-440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13404002#comment-13404002
]
Travis Crawford commented on HCATALOG-440:
------------------------------------------
Reviewboard: https://reviews.apache.org/r/5664/
> pig field names for arrays should be configurable
> -------------------------------------------------
>
> Key: HCATALOG-440
> URL: https://issues.apache.org/jira/browse/HCATALOG-440
> Project: HCatalog
> Issue Type: Improvement
> Components: pig
> Reporter: Travis Crawford
> Assignee: Travis Crawford
> Attachments: HCATALOG-440_configure_array_field_names.1.patch
>
>
> Say you have a HiveMetaStore field:
> {code}
> llama array<string>
> {code}
> HCatalog converts to the first format below, while other systems may convert
> differently (such as elephant-bird which is listed second). This causes
> issues for all existing pig queries.
> {code}
> llama: {innertuple: (innerfield: chararray)} <-- HCAT
> llama: {t: (llama_tuple: chararray)} <-- ELEPHANT-BIRD
> {code}
> The conversion names should be configurable.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira