diff --git a/.github/workflows/scala.yml b/.github/workflows/scala.yml
index ebeca40..de443cb 100644
--- a/.github/workflows/scala.yml
+++ b/.github/workflows/scala.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
- profile: ['spark33']
+ profile: ['spark34']
timeout-minutes: 15
steps:
diff --git a/README.md b/README.md
index d5496f3..762b7e3 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@ There are three version sets of the connector available through Maven, a 2.4.x,
| Spark 3.0.x compatible connector | `com.microsoft.azure:spark-mssql-connector_2.12:1.1.0` | 2.12 |
| Spark 3.1.x compatible connector | `com.microsoft.azure:spark-mssql-connector_2.12:1.2.0` | 2.12 |
| Spark 3.3.x compatible connector | `com.microsoft.azure:spark-mssql-connector_2.12:1.3.0` | 2.12 |
+| Spark 3.4.x compatible connector | `com.microsoft.azure:spark-mssql-connector_2.12:1.4.0` | 2.12 |
## Current Releases
diff --git a/pom.xml b/pom.xml
index cfc55de..780bd73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
com.microsoft.azure
spark-mssql-connector
jar
- 1.3.0
+ 1.4.0
${project.groupId}:${project.artifactId}
The Apache Spark Connector for SQL Server and Azure SQL is a high-performance connector that enables you to use transactional data in big data analytics and persists results for ad-hoc queries or reporting.
https://github.com/microsoft/sql-spark-connector
@@ -201,14 +201,14 @@
- spark33
+ spark34
true
2.12
2.12.11
- 3.3.0
+ 3.4.0
diff --git a/test/scala_test/pom.xml b/test/scala_test/pom.xml
index 53743cc..5382818 100644
--- a/test/scala_test/pom.xml
+++ b/test/scala_test/pom.xml
@@ -123,14 +123,14 @@
- spark33
+ spark34
true
2.12
2.12.11
- 3.3.0
+ 3.4.0