-
Notifications
You must be signed in to change notification settings - Fork 310
CassandraAdminTemplate.createTable(…)
does not apply table options
#359
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
Labels
type: bug
A general bug
Milestone
Comments
CassandraAdminTemplate.createTable(…)
does not apply table options
Thank you for your contribution. That's merged, polished, and backported now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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: