-
Notifications
You must be signed in to change notification settings - Fork 521
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cassandra): adapt cassandra from 3.11.12 to 4.0.10 #2300
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2300 +/- ##
============================================
+ Coverage 61.43% 68.28% +6.84%
- Complexity 488 682 +194
============================================
Files 506 506
Lines 42049 42049
Branches 5827 5827
============================================
+ Hits 25832 28712 +2880
+ Misses 13596 10567 -3029
- Partials 2621 2770 +149
... and 97 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Due to the lack of activity, the current pr is marked as stale and will be closed after 180 days, any update will remove the stale label |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, and could enhance Hbase version in next PR maybe (before next release V1.2)
- name: Install JDK 8 |
@@ -19,7 +19,7 @@ set -ev | |||
|
|||
TRAVIS_DIR=`dirname $0` | |||
CASS_DOWNLOAD_ADDRESS="http://archive.apache.org/dist/cassandra" | |||
CASS_VERSION="3.10" | |||
CASS_VERSION="4.0.10" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should check the compatibility in:
Expect to be able to connect the two versions properly?