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 2009/01/09 00:18:59 UTC

[jira] Updated: (PIG-612) custom pig slicer not supported in local mode

     [ https://issues.apache.org/jira/browse/PIG-612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich updated PIG-612:
-------------------------------

    Priority: Minor  (was: Major)

> custom pig slicer not supported in local mode
> ---------------------------------------------
>
>                 Key: PIG-612
>                 URL: https://issues.apache.org/jira/browse/PIG-612
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Christopher Olston
>            Priority: Minor
>
> Pig just ignores my custom slicer -- i.e. never invokes it.
> I noticed that the test case for this is disabled:
> in TestCustomSlicer.java:
>    @Test
>     public void testUseRangeSlicer() throws ExecException, IOException {
>         // FIXME : this should be tested in all modes
>         if(execType == ExecType.LOCAL)
>             return;
>  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.