droudnitsky opened a new pull request, #8647:
URL: https://github.com/apache/hbase/pull/8647

   Backport of #7397 to branch-2. Not a clean cherry-pick — conflicts in 
`CompareFilter` because branch-2 keeps the deprecated `CompareOp` overloads 
that master removed. Kept both.
   
   Only other delta: `throws IOException` added to the deprecated 
`filterKeyValue(Cell)` delegates in `FamilyFilter`, `QualifierFilter`, 
`ValueFilter`, `DependentColumnFilter` and `SingleColumnValueFilter`. They call 
`filterCell`, which now throws, so it doesn't compile otherwise. 
`Filter.filterKeyValue` already declares it.
   
   The deprecated `compare{Row,Family,Qualifier,Value}(CompareOp, ...)` 
overloads are left unwrapped — adding a checked exception to them would break 
source compat in 2.x. No in-tree callers.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to