-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
CassandraAdminTemplate.createTable(…)
does not apply table options
#359
Labels
type: bug
A general bug
Milestone
Comments
mp911de
added
type: bug
A general bug
and removed
type: enhancement
A general enhancement
labels
Jun 7, 2023
mp911de
changed the title
Support table options when creating tables [DATACASS-188]
Jun 7, 2023
CassandraAdminTemplate.createTable(…)
does not apply table options
Thank you for your contribution. That's merged, polished, and backported now. |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Jens Rantil opened DATACASS-188 and commented
Thought I had reported this previously, but couldn't find any mention of it.
spring-data-cassandra/spring-data-cassandra/src/main/java/org/springframework/data/cassandra/config/CassandraSessionFactoryBean.java
Line 99 in ff41674
Specifically, I'd like to be able to set compaction strategy. This is a showstopper for us to use the SchemaActions functionality that Spring Data Cassandra comes with. Currently I have implemented table creation as a custom repository method.
Let me know if this is a duplicate of preexisting ticket
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: