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