This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new 33e8c237d0 PHOENIX-7359 BackwardCompatibilityIT throws NPE with Hbase 
2.6 profile
33e8c237d0 is described below

commit 33e8c237d070e9eb0677dd92193a78b7b22b9b94
Author: Istvan Toth <st...@apache.org>
AuthorDate: Mon Jul 15 13:38:36 2024 +0200

    PHOENIX-7359 BackwardCompatibilityIT throws NPE with Hbase 2.6 profile
---
 phoenix-core/src/it/resources/compatible_client_versions.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/phoenix-core/src/it/resources/compatible_client_versions.json 
b/phoenix-core/src/it/resources/compatible_client_versions.json
index 287130e553..ecfa8b017a 100644
--- a/phoenix-core/src/it/resources/compatible_client_versions.json
+++ b/phoenix-core/src/it/resources/compatible_client_versions.json
@@ -4,5 +4,6 @@
     "2.2": [ {"artifactId":"phoenix-client-hbase-2.2", "version":"5.1.0"} ],
     "2.3": [ {"artifactId":"phoenix-client-hbase-2.3", "version":"5.1.0"} ],
     "2.4": [ {"artifactId":"phoenix-client-hbase-2.4", "version":"5.1.2"} ],
-    "2.5": [ {"artifactId":"phoenix-client-hbase-2.5", "version":"5.1.3"} ]
+    "2.5": [ {"artifactId":"phoenix-client-hbase-2.5", "version":"5.1.3"} ],
+    "2.6": [ ]
 }

Reply via email to