[
https://issues.apache.org/jira/browse/PHOENIX-6323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17268375#comment-17268375
]
ASF GitHub Bot commented on PHOENIX-6323:
-----------------------------------------
stoty commented on pull request #1095:
URL: https://github.com/apache/phoenix/pull/1095#issuecomment-763354802
Thanks for the explanation, @gjacoby126.
For reference, these are our options:
* bump the minimum version to 2.2.5
* split the 2.2 pofile into two
* or make isRawFilterSupported() dynamic depending on the detected HBase
version
* bumping the version is the simplest, but we lock out some users from
Phoenix.
* splitting the profile adds a bit of bloat, and possible confusion
* making isRawFilterSupported() dynamic is easy, but will cause divergent
behaviour for different HBase versions.
I'm going to update the PR to bump the version requirement, but LMK if you
prefer one of the other versions.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> 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)