virajjasani commented on PR #1704:
URL: https://github.com/apache/phoenix/pull/1704#issuecomment-1832644567
Let me keep this here for reference, we can also contribute this later as
separate commit.
Patch to run BackwardCompatibilityIT locally:
```
diff --git a/phoenix-core/src/it/resources/compatible_client_versions.json
b/phoenix-core/src/it/resources/compatible_client_versions.json
index 2cb449015..037289bce 100644
--- a/phoenix-core/src/it/resources/compatible_client_versions.json
+++ b/phoenix-core/src/it/resources/compatible_client_versions.json
@@ -25,5 +25,5 @@
"2.2": [ {"artifactId":"phoenix-client-hbase-2.2", "version":"5.1.0"} ],
"2.3": [ {"artifactId":"phoenix-client-hbase-2.3", "version":"5.1.0"},
{"artifactId":"phoenix-client-hbase-2.3", "version":"5.2.0"} ],
"2.4": [ {"artifactId":"phoenix-client-hbase-2.4", "version":"5.1.0"},
{"artifactId":"phoenix-client-hbase-2.3", "version":"5.2.0"} ],
- "2.5": [ {"artifactId":"phoenix-client-hbase-2.5", "version":"5.2.0"} ]
+ "2.5": [ {"artifactId":"phoenix-client-hbase-2.5", "version":"5.1.3"} ]
}
```
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]