[
https://issues.apache.org/jira/browse/HIVE-4295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13637599#comment-13637599
]
Phabricator commented on HIVE-4295:
-----------------------------------
ashutoshc has accepted the revision "HIVE-4295 [jira] Lateral view makes
invalid result if CP is disabled".
+1 will commit if tests pass.
REVISION DETAIL
https://reviews.facebook.net/D9963
BRANCH
HIVE-4295
ARCANIST PROJECT
hive
To: JIRA, ashutoshc, navis
> Lateral view makes invalid result if CP is disabled
> ---------------------------------------------------
>
> Key: HIVE-4295
> URL: https://issues.apache.org/jira/browse/HIVE-4295
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Navis
> Assignee: Navis
> Priority: Minor
> Attachments: HIVE-4295.2.patch.txt, HIVE-4295.D9963.1.patch
>
>
> For example,
> {noformat}
> >SELECT src.key, myKey, myVal FROM src lateral view
> >explode(map(1,'one',2,'two',3,'three')) x AS myKey,myVal LIMIT 3;
> 238 1 one
> 238 2 two
> 238 3 three
> {noformat}
> After CP disabled,
> {noformat}
> >SELECT src.key, myKey, myVal FROM src lateral view
> >explode(map(1,'one',2,'two',3,'three')) x AS myKey,myVal LIMIT 3;
> 238 0 hdfs://localhost:9000/user/hive/warehouse/src/kv1.txt
> 238 0 hdfs://localhost:9000/user/hive/warehouse/src/kv1.txt
> 238 0 hdfs://localhost:9000/user/hive/warehouse/src/kv1.txt
> {noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira