[
https://issues.apache.org/jira/browse/PHOENIX-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15105432#comment-15105432
]
maghamravikiran commented on PHOENIX-2584:
------------------------------------------
{code}
"toColumnNameMap" creates a Map with name as the key. How is this used? Could
not figure from the code
{code}
To determine the exact data type of the underlying array of the phoenix object,
we construct a map of column name and its ColumnInfo and is passed on to
construct Tuple from the phoenix array.
{code}
private static Tuple newTuple(final ColumnInfo cinfo,Object object) throws
ExecException
{code}
> Support Array datatype in phoenix-pig module
> --------------------------------------------
>
> Key: PHOENIX-2584
> URL: https://issues.apache.org/jira/browse/PHOENIX-2584
> Project: Phoenix
> Issue Type: Bug
> Reporter: maghamravikiran
> Assignee: maghamravikiran
> Fix For: 4.7.0
>
> Attachments: PHOENIX-2584-1.patch, PHOENIX-2584.patch
>
>
> The plan is to map an array data type column to a Tuple in Pig.
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)