Spark Cassandra Connector Java API append/remove data in a collection fail
问题 I am trying to append values to a column of type set, via the JAVA API. It seems that the connector disregards the type of CollectionBehavior I am setting, and always overrides the previous collection. Even when I use CollectionRemove, the value to be removed is added to the collection. I am following the example as shown in: https://datastax-oss.atlassian.net/browse/SPARKC-340?page=com.atlassian.jira.plugin.system.issuetabpanels%3Achangehistory-tabpanel I am using: spark-core_2.11 2.2.0