You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/03/03 21:06:00 UTC

[jira] [Commented] (PHOENIX-6877) Remove HBase 2.3 support from 5.2

    [ https://issues.apache.org/jira/browse/PHOENIX-6877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17696323#comment-17696323 ] 

ASF GitHub Bot commented on PHOENIX-6877:
-----------------------------------------

virajjasani commented on code in PR #1574:
URL: https://github.com/apache/phoenix/pull/1574#discussion_r1125008863


##########
phoenix-core/src/main/java/org/apache/phoenix/schema/SplitOnLeadingVarCharColumnsPolicy.java:
##########
@@ -17,10 +17,10 @@
  */
 package org.apache.phoenix.schema;
 
-import org.apache.phoenix.compat.hbase.CompatSteppingSplitPolicy;
+import org.apache.hadoop.hbase.regionserver.SteppingSplitPolicy;
 import org.apache.phoenix.util.SchemaUtil;
 
-public abstract class SplitOnLeadingVarCharColumnsPolicy extends CompatSteppingSplitPolicy {
+public abstract class SplitOnLeadingVarCharColumnsPolicy extends SteppingSplitPolicy {

Review Comment:
   This is hidden advantage of removing 2.3 profile, Nice





> Remove HBase 2.3 support from 5.2
> ---------------------------------
>
>                 Key: PHOENIX-6877
>                 URL: https://issues.apache.org/jira/browse/PHOENIX-6877
>             Project: Phoenix
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 5.2.0
>            Reporter: Istvan Toth
>            Assignee: Istvan Toth
>            Priority: Major
>
> HBase 2.3 has been EOL for 15 months.
> Remove HBase 2.3 support from Phoenix master branch.
> This does not apply to the 5.1 branch.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)