[ 
https://issues.apache.org/jira/browse/HCATALOG-440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Travis Crawford updated HCATALOG-440:
-------------------------------------

    Attachment: HCATALOG-440_configure_array_field_names.3.patch
    
> 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, 
> HCATALOG-440_configure_array_field_names.2.patch, 
> HCATALOG-440_configure_array_field_names.3.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

        

Reply via email to