[
https://issues.apache.org/jira/browse/PIG-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Shravan Matthur Narayanamurthy updated PIG-415:
-----------------------------------------------
Status: Patch Available (was: Open)
The problem here was with the raw comparators. An extra byte was being read
since the start index was incremented to skip the NULL byte but the length
wasn't decremented. Fixed this in all the Raw Comparators.
> testSort test from TestEvalPipeline unit test is failing
> --------------------------------------------------------
>
> Key: PIG-415
> URL: https://issues.apache.org/jira/browse/PIG-415
> Project: Pig
> Issue Type: Bug
> Affects Versions: types_branch
> Reporter: Olga Natkovich
> Assignee: Shravan Matthur Narayanamurthy
> Fix For: types_branch
>
> Attachments: 415.patch
>
>
> Testcase: testSort took 49.287 sec
> FAILED
> null
> junit.framework.AssertionFailedError: null
> at
> org.apache.pig.test.TestEvalPipeline.testSortDistinct(TestEvalPipeline.java:350)
> at
> org.apache.pig.test.TestEvalPipeline.testSort(TestEvalPipeline.java:309)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.