You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Dmitriy V. Ryaboy (JIRA)" <ji...@apache.org> on 2011/01/25 08:47:44 UTC

[jira] Resolved: (PIG-1699) HBaseStorage option -gte resolves to CompareOp.GREATER instead of CompareOp.GREATER_OR_EQUAL

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

Dmitriy V. Ryaboy resolved PIG-1699.
------------------------------------

    Resolution: Not A Problem

Resolving as 'not a problem' since I don't believe it to be and have not been provided with a counter example.

Please reopen if I am wrong.

> HBaseStorage option -gte resolves to CompareOp.GREATER instead of CompareOp.GREATER_OR_EQUAL
> --------------------------------------------------------------------------------------------
>
>                 Key: PIG-1699
>                 URL: https://issues.apache.org/jira/browse/PIG-1699
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: 0.8.0, 0.9.0
>            Reporter: Jeremy Hinegardner
>            Priority: Minor
>         Attachments: PIG-1699.patch
>
>
> When using HBaseStorage, and using  '-gte'  option, this is passed to  HTableInputFormat, which then uses CompareOp.GREATER instead of CompareOp.GREATER_OR_EQUAL for split decisions.

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