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

latest releases: azure-cosmos-test_1.0.0-beta.7, azure-identity-broker_1.1.1, azure-identity_1.12.1...
2 years ago

4.6.1 (2022-02-11)

Key Bug Fixes

  • Fixed a regression introduced in 4.5.0 that could result in returning incomplete query results when Executors are under high CPU load. - See PR 26991

New Features

  • Added support for reading from a Cosmos table without schema inference and maintaining system properties _ts and _etag when writing this data to another Cosmos container. This is helpful when moving data from one container to another without always consistent schema of the documents in the source container. - See PR 26820
  • Added support for new spark.cosmos.write.strategy value ItemOverwriteIfNotModified, which will allow only updating documents that haven't been modified since reading them (optimistic concurrency). - See PR 26847
  • Added support for correlating queries executed via the Cosmos Spark connector with service-telemetry based on the correlationActivityId. - See PR 26908
  • Improved direct transport configuration in Spark to reduce number of transient failures under very high CPU/memory pressure on Spark Executors. - See PR 27021

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

NewReleases is sending notifications on new releases.