com.datastax.spark.connector.writer
Any row can be added to any batch.
Any row can be added to any batch. This works the same as previous batching implementation.
Each batch is associated with a partition key.
Each batch is associated with a partition key. If the partition key of the inserted row is the same as it is for a batch, the row can be added to the batch.
Each batch is associated with a set of replicas.
Each batch is associated with a set of replicas. If a set of replicas for the inserted row is the same as it is for a batch, the row can be added to the batch.