You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@phoenix.apache.org by GitBox <gi...@apache.org> on 2021/03/10 19:26:33 UTC

[GitHub] [phoenix] yanxinyi commented on a change in pull request #1164: PHOENIX-6399 Updating BackwardCompatibilityIT supported versions

yanxinyi commented on a change in pull request #1164:
URL: https://github.com/apache/phoenix/pull/1164#discussion_r591807013



##########
File path: phoenix-core/src/it/resources/compatible_client_versions.json
##########
@@ -17,8 +17,12 @@
  */
 {
     "_comment": "Lists all phoenix compatible client versions against the current branch version for a given hbase profile If hbase profile is 1.3, phoenix client versions 4.14.3 and 4.15.0 are tested against current branch version",
-    "1.3": ["4.14.3", "4.15.0"],
-    "1.4": ["4.14.3", "4.15.0"],
-    "1.5": ["4.15.0"],
-    "1.6": []
+    "1.3": [ {"artifactId":"phoenix-client", "version":"4.14.3-HBase-1.3"}, {"artifactId":"phoenix-client", "version":"4.15.0-HBase-1.3"}, {"artifactId":"phoenix-client-hbase-1.3", "version":"4.16.0"} ],
+    "1.4": [ {"artifactId":"phoenix-client", "version":"4.14.3-HBase-1.4"}, {"artifactId":"phoenix-client", "version":"4.15.0-HBase-1.4"}, {"artifactId":"phoenix-client-hbase-1.4", "version":"4.16.0"} ],
+    "1.5": [ {"artifactId":"phoenix-client", "version":"4.15-HBase-1.5"}, {"artifactId":"phoenix-client-hbase-1.5", "version":"4.16.0"} ],
+    "1.6": [ {"artifactId":"phoenix-client-hbase-1.6", "version":"4.16.0"} ],
+    "2.1": [ {"artifactId":"phoenix-client-hbase-2.1", "version":"5.1.0"} ],

Review comment:
       nit: I guess we don't need 2.x here, but it won't run so it shouldn't matter 




----------------------------------------------------------------
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:
users@infra.apache.org