Istvan Toth created PHOENIX-6323:
------------------------------------
Summary: isRawFilterSupported() returns true for HBase 2.1 comapt
module
Key: PHOENIX-6323
URL: https://issues.apache.org/jira/browse/PHOENIX-6323
Project: Phoenix
Issue Type: Bug
Components: core
Affects Versions: 5.1.0
Reporter: Istvan Toth
Assignee: Istvan Toth
org.apache.phoenix.compat.hbase.HbaseCompatCapabilities.isRawFilterSupported()
returns true in the HBase 2.2 compatibility module.
According to the comment this is only available in HBase 2.2.5+, and we support
HBase 2.2.1+.
Either the minimum Supported HBase version has to be bumped to 2.2.5, or the we
need to return false.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)