You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mp911de
changed the title
Update doesn't support multiple set operations for map column
Support multiple Update operations for the same column
Oct 15, 2024
This is indeed a limitation of the current implementation. Our API should be able to support multiple operations per column and that will be a neat enhancement.
Update stores one column name as key and one operation as value.
spring-data-cassandra/spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/query/Update.java
Line 49 in 67d8e59
Because of this it is not possible to update several keys for column with map type.
Example of code:
only one of operations will be present in update object.
The text was updated successfully, but these errors were encountered: