[
https://issues.apache.org/jira/browse/PIG-5215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16025449#comment-16025449
]
Adam Szita commented on PIG-5215:
---------------------------------
[~kellyzly] The result of the unit test (run on spark exec type only) showed
only 2 failing tests:
{code}
org.apache.pig.test.TestCombiner.testOnCluster
org.apache.pig.test.TestCombiner.testLocal
{code}
This is because of missing ' characters to wrap the expected chararray types
into (solves a parsing problem), and a missing type cast (solves the
assertEquals problem.)
Please find the fix for these in [^PIG-5215.4.TestCombinerFix.patch]. (To be
used after applying my former patch: [^PIG-5215.4.fixes.patch])
> Merge changes from review board to spark branch
> -----------------------------------------------
>
> Key: PIG-5215
> URL: https://issues.apache.org/jira/browse/PIG-5215
> Project: Pig
> Issue Type: Bug
> Components: spark
> Reporter: liyunzhang_intel
> Fix For: spark-branch
>
> Attachments: PIG-5215.1.patch, PIG-5215.3.patch,
> PIG-5215.4.fixes.patch, PIG-5215.4.patch, PIG-5215.4.TestCombinerFix.patch,
> PIG-5215.patch
>
>
> in [review board|https://reviews.apache.org/r/57317/], there are comments
> from community. After the review board is close, merge these changes to spark
> branch
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)