-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Upgrade minimum required and latest Cassandra version to 3.0 and 4.1 respectively #14562
Upgrade minimum required and latest Cassandra version to 3.0 and 4.1 respectively #14562
Conversation
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/CassandraServer.java
Outdated
Show resolved
Hide resolved
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.
(X) This is not user-visible or docs only and no release notes are required.
It would be better to mention the change to remove support of something. Let me update the description.
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/CassandraServer.java
Outdated
Show resolved
Hide resolved
2078a2a
to
bef3825
Compare
bef3825
to
0cfdfa0
Compare
Could you confirm CI failure of |
56fe522
to
eedfc8f
Compare
eedfc8f
to
0a1495f
Compare
0813dfc
to
fc93d0c
Compare
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraConnectorTest.java
Outdated
Show resolved
Hide resolved
@@ -0,0 +1,1794 @@ | |||
# Cassandra storage config YAML |
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.
Could you put only required configuration likes cassandra-dse.yaml?
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.
Modified the file with the minimum configuration. Though I could not find any doc on the what are properties that are not required to start the Cassandra server.
With the current property set, Tests are passing.
f616f9a
to
c900196
Compare
c900196
to
e5f4cdb
Compare
plugin/trino-cassandra/src/test/resources/cu-cassandra-latest.yaml
Outdated
Show resolved
Hide resolved
e5f4cdb
to
da8627b
Compare
da8627b
to
fab2716
Compare
Description
Fixes #14404
I am increasing the cassandra version for the test environment from 2.2 to 3.0. Minimum supported version is 3.0, see here and increasing the latest cassandra version to 4.1.
Both versions use different sets of properties, so added a separate file for the 4.1 version.
Non-technical explanation
NA
Release notes
( ) This is not user-visible or docs only and no release notes are required.
( ) Release notes are required, please propose a release note for me.
(X) Release notes are required, with the following suggested text: