[
https://issues.apache.org/jira/browse/HBASE-22232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jan Hentschel resolved HBASE-22232.
-----------------------------------
Resolution: Fixed
Hadoop Flags: Incompatible change
Fix Version/s: 3.0.0
Release Note:
Removed the following deprecated content from CompareFilter:
- enum CompareOp, use CompareOperator instead.
- constructor CompareFilter(CompareOp, ByteArrayComparable), use other
constructor instead.
- method getOperator(), use getCompareOperator() instead.
- method compareRow(CompareOp, ByteArrayComparable, Cell), use
compareRow(CompareOperator, ByteArrayComparable, Cell) instead.
- method compareFamily(CompareOp, ByteArrayComparable, Cell), use
compareFamily(CompareOperator, ByteArrayComparable, Cell) instead.
- method compareQualifier(CompareOp, ByteArrayComparable, Cell), use
compareQualifier(CompareOperator, ByteArrayComparable, Cell) instead.
- method compareValue(CompareOp, ByteArrayComparable, Cell), use
compareValue(CompareOperator, ByteArrayComparable, Cell) instead.
> Remove deprecated methods in CompareFilter
> ------------------------------------------
>
> Key: HBASE-22232
> URL: https://issues.apache.org/jira/browse/HBASE-22232
> Project: HBase
> Issue Type: Task
> Components: Client
> Affects Versions: 3.0.0
> Reporter: Jan Hentschel
> Assignee: Jan Hentschel
> Priority: Minor
> Fix For: 3.0.0
>
>
> CompareFilter has some deprecated methods. These should be removed, as well
> as their usages. This is for 3.0.0 only.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)