4.19.0 (2023-06-09)
Features Added
- Added support for priority based throttling - See PR 35238
- Added new configuration parameter
spark.cosmos.write.bulk.targetedPayloadSizeInBytes
to allow increasing the micro batch payload size for better efficiency when documents are often above 110 KB. - See PR 35379
Bugs Fixed
- Addressed
NullPointerException
inCosmosDataItemSource
constructor when Spark runtime initialization hasn't completed yet. - See PR 35201