[
https://issues.apache.org/jira/browse/PHOENIX-6693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17529769#comment-17529769
]
ASF GitHub Bot commented on PHOENIX-6693:
-----------------------------------------
stoty commented on code in PR #1425:
URL: https://github.com/apache/phoenix/pull/1425#discussion_r861457299
##########
phoenix-core/src/main/java/org/apache/phoenix/transaction/OmidTransactionTable.java:
##########
@@ -372,4 +373,8 @@ public long getOperationTimeout(TimeUnit unit) {
throw new UnsupportedOperationException();
}
+ @Override
+ public RegionLocator getRegionLocator() throws IOException {
+ throw new UnsupportedOperationException();
Review Comment:
Right.
We could move this back to the main code, because both 2.3 and 2.4 have this.
> Remove Hbase 2.1 and Hbase 2.2 support from Phoenix
> ---------------------------------------------------
>
> Key: PHOENIX-6693
> URL: https://issues.apache.org/jira/browse/PHOENIX-6693
> Project: Phoenix
> Issue Type: Task
> Components: core
> Affects Versions: 5.2.0
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
>
> Both 5.1 and 5.2 have been EOL for more than a year.
> To simplify the code base, drop support for these branches before the
> Phoenix 5.2 release.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)