Travis Crawford created HCATALOG-440:
----------------------------------------
Summary: 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
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