[
https://issues.apache.org/jira/browse/PIG-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15878567#comment-15878567
]
Adam Szita commented on PIG-5145:
---------------------------------
Order of tuples is reversed after join in
testUDFForwardingLoadCasterWithMultipleParams
Expected order:
"123"
"456"
"789"
Actual order:
"789"
"456"
"123"
Not sure if there is a contract that order should be kept by a join.
If not we can add an order-by statement to this test case (which is about
types, so it is valid to do?) just like in the patch attached
> fix TestLineageFindRelVisitor unit test failure after PIG-5132
> --------------------------------------------------------------
>
> Key: PIG-5145
> URL: https://issues.apache.org/jira/browse/PIG-5145
> Project: Pig
> Issue Type: Sub-task
> Components: spark
> Reporter: liyunzhang_intel
> Fix For: spark-branch
>
> Attachments: PIG-5145.0.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)