github Azure/azure-sdk-for-java azure-cosmos-spark_3-1_2-12_4.21.0

latest releases: azure-ai-formrecognizer_4.1.11, azure-messaging-eventhubs-checkpointstore-blob_1.20.0-beta.3, azure-messaging-eventhubs_5.19.0-beta.3...
13 months ago

4.21.0 (2023-08-09)

Features Added

  • Added a new configuration setting spark.cosmos.write.bulk.initialBatchSize to allow specifying the initial micro batch size for bulk operations. The batch size will be tuned automatically based on the throttling rate afterwards - by default it starts initially with 100 documents per batch. This can lead to exceeding the requested throughput when using throughput control in the first few seconds of a Spark job. This usually isn't a problem - but if there is the desire to avoid this, reducing the initial micro batch size - for example setting it to 1 - would avoid the initial spike in RU/s usage. - See PR 36068
  • Added new strategy ItemBulkUpdate to allow patch with more than 10 columns - See PR 35977

Bugs Fixed

  • Fixed schema reference issue for empty array - See PR 35746

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.