PHOENIX-7969 Update supported client versions in backward compatibility#2584
Open
ishitadixit-dot wants to merge 2 commits into
Open
PHOENIX-7969 Update supported client versions in backward compatibility#2584ishitadixit-dot wants to merge 2 commits into
ishitadixit-dot wants to merge 2 commits into
Conversation
Contributor
|
It would be great to add new data types related backward compatibility tests (e.g. JSON, BSON, VARBINARY_ENCODED etc), but another Jira/PR. This one should be good with the current setup if jenkins build is good. @ishitadixit-dot thank you for this work! have you also tested hbase 2.6 profile based backward compat tests with this PR? they won't show up in PR build, they will only show up after commit lands on the master branch. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Jira: https://issues.apache.org/jira/browse/PHOENIX-7969
The client versions exercised by BackwardCompatibilityIT (via compatible_client_versions.json) have drifted and no longer reflect the Phoenix clients actually supported against each HBase profile on master. Refresh the list so the test covers currently supported clients. A small adjustment to BackwardCompatibilityTestUtil is included to consume the updated config shape.
The 2.4 entry is left untouched since HBase 2.4 is no longer a supported profile on master.