You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2008/09/05 00:31:44 UTC

[jira] Created: (PIG-415) testSort test from TestEvalPipeline unit test is failing

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


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.


[jira] Updated: (PIG-415) testSort test from TestEvalPipeline unit test is failing

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich updated PIG-415:
-------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

patch committed. thanks, shravan!

> 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.


[jira] Updated: (PIG-415) testSort test from TestEvalPipeline unit test is failing

Posted by "Shravan Matthur Narayanamurthy (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-415?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shravan Matthur Narayanamurthy updated PIG-415:
-----------------------------------------------

    Attachment: 415.patch

> 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.


[jira] Updated: (PIG-415) testSort test from TestEvalPipeline unit test is failing

Posted by "Shravan Matthur Narayanamurthy (JIRA)" <ji...@apache.org>.
     [ 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.