[
https://issues.apache.org/jira/browse/PHOENIX-6323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17267040#comment-17267040
]
Istvan Toth commented on PHOENIX-6323:
--------------------------------------
I suspect that isRawFilterSupported() isn't very useful without
isLookbackBeyondDeletesSupported(), so we could just return false here, and
keep the HBase 2.2.1+ support here.
WDYT [~gjacoby] ?
> 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
> Priority: Blocker
>
> 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)