Skip to content

Commit de01351

Browse files
cosmos spark 4.3.1 release (Azure#24090)
* cosmos spark 4.3.1 release * Clarifying DBX runtime support explicitly * Update README.md
1 parent d9cdd99 commit de01351

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

eng/versioning/version_client.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ com.azure:azure-core-tracing-opentelemetry;1.0.0-beta.14;1.0.0-beta.15
7777
com.azure:azure-cosmos;4.19.0;4.20.0-beta.1
7878
com.azure:azure-cosmos-benchmark;4.0.1-beta.1;4.0.1-beta.1
7979
com.azure:azure-cosmos-dotnet-benchmark;4.0.1-beta.1;4.0.1-beta.1
80-
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.4.0-beta.1;4.4.0-beta.1
80+
com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;4.3.1;4.3.1
8181
com.azure:azure-cosmos-encryption;1.0.0-beta.8;1.0.0-beta.9
8282
com.azure:azure-data-appconfiguration;1.2.2;1.3.0-beta.1
8383
com.azure:azure-data-appconfiguration-perf;1.0.0-beta.1;1.0.0-beta.1

sdk/cosmos/azure-cosmos-spark_3-1_2-12/CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
## Release History
22

3-
## 4.4.0-beta.1 (Unreleased)
4-
3+
### 4.3.1 (2021-09-13)
4+
#### Key Bug Fixes
5+
* Fixed issue resulting in option `spark.cosmos.read.maxItemCount` not always being honored
6+
* Fixed issue resulting in dropping some events when using Spark Streaming when config option `spark.cosmos.changeFeed.itemCountPerTriggerHint` is configured.
57

68
### 4.3.0 (2021-08-11)
79
#### Configuration Changes

sdk/cosmos/azure-cosmos-spark_3-1_2-12/README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,24 +28,25 @@ https://github.com/Azure/azure-sdk-for-java/issues/new
2828

2929
## Version Compatibility
3030

31-
| Connector | Minimum Spark Version | Minimum Java Version | Supported Scala Versions |
32-
| ------------- | --------------------- | -------------------- | ----------------------- |
33-
| 4.3.0 | 3.1.1 | 8 | 2.12 |
34-
| 4.2.0 | 3.1.1 | 8 | 2.12 |
35-
| 4.1.0 | 3.1.1 | 8 | 2.12 |
36-
| 4.0.0 | 3.1.1 | 8 | 2.12 |
37-
| 4.0.0-beta.3 | 3.1.1 | 8 | 2.12 |
38-
| 4.0.0-beta.2 | 3.1.1 | 8 | 2.12 |
39-
| 4.0.0-beta.1 | 3.1.1 | 8 | 2.12 |
31+
| Connector | Minimum Spark Version | Minimum Java Version | Supported Scala Versions | Supported Databricks Runtimes |
32+
| ------------- | --------------------- | -------------------- | ----------------------- | ----------------------------- |
33+
| 4.3.1 | 3.1.1 | 8 | 2.12 | 8.\*, 9.\* |
34+
| 4.3.0 | 3.1.1 | 8 | 2.12 | 8.\*, 9.\* |
35+
| 4.2.0 | 3.1.1 | 8 | 2.12 | 8.\* |
36+
| 4.1.0 | 3.1.1 | 8 | 2.12 | 8.\* |
37+
| 4.0.0 | 3.1.1 | 8 | 2.12 | 8.\* |
38+
| 4.0.0-beta.3 | 3.1.1 | 8 | 2.12 | 8.\* |
39+
| 4.0.0-beta.2 | 3.1.1 | 8 | 2.12 | 8.\* |
40+
| 4.0.0-beta.1 | 3.1.1 | 8 | 2.12 | 8.\* |
4041

4142
## Download
4243

4344
You can use the maven coordinate of the jar to auto install the Spark Connector to your Databricks Runtime 8 from Maven:
44-
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.3.0`
45+
`com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12:4.3.1`
4546

4647
You can also integrate against Cosmos DB Spark Connector in your SBT project:
4748
```scala
48-
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.3.0"
49+
libraryDependencies += "com.azure.cosmos.spark" % "azure-cosmos-spark_3-1_2-12" % "4.3.1"
4950
```
5051

5152
Cosmos DB Spark Connector is available on [Maven Central Repo](https://search.maven.org/search?q=g:com.azure.cosmos.spark).

sdk/cosmos/azure-cosmos-spark_3-1_2-12/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.azure.cosmos.spark</groupId>
1414
<artifactId>azure-cosmos-spark_3-1_2-12</artifactId>
15-
<version>4.4.0-beta.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
15+
<version>4.3.1</version> <!-- {x-version-update;com.azure.cosmos.spark:azure-cosmos-spark_3-1_2-12;current} -->
1616
<packaging>jar</packaging>
1717
<name>OLTP Spark Connector for Azure Cosmos DB SQL API</name>
1818
<description>OLTP Spark Connector for Azure Cosmos DB SQL API</description>

0 commit comments

Comments
 (0)