You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Pradeep Kamath (JIRA)" <ji...@apache.org> on 2008/08/01 02:08:31 UTC

[jira] Commented: (PIG-336) NULL checks are not in place in the types branch

    [ https://issues.apache.org/jira/browse/PIG-336?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12618908#action_12618908 ] 

Pradeep Kamath commented on PIG-336:
------------------------------------

I will be resubmitting the patch to work with latest revision in svn and also to fix a bug in the expressions ops - eq, lt, lte, neq, gt and gte

> NULL checks are not in place in the types branch
> ------------------------------------------------
>
>                 Key: PIG-336
>                 URL: https://issues.apache.org/jira/browse/PIG-336
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Pradeep Kamath
>            Assignee: Pradeep Kamath
>            Priority: Critical
>             Fix For: types_branch
>
>         Attachments: PIG-336-part1.patch, PIG-336.patch
>
>
> The following code currently does not work
> {code}
> B = filter A by $0 is null and $1 is null;
> {code}
> Some other things which don't work with nulls include POAND, POOR etc

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