Skip to content

Commit

Permalink
SNOW-917502 Update spark connector version to 2.13.0 (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli authored Sep 19, 2023
1 parent 4cb486c commit 9428e03
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ClusterTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
DOCKER_IMAGE_TAG: 'snowflakedb/spark-base:3.4.0'
TEST_SCALA_VERSION: '2.12'
TEST_COMPILE_SCALA_VERSION: '2.12.11'
TEST_SPARK_CONNECTOR_VERSION: '2.12.0'
TEST_SPARK_CONNECTOR_VERSION: '2.13.0'
TEST_JDBC_VERSION: '3.13.30'

steps:
Expand Down
2 changes: 1 addition & 1 deletion ClusterTest/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

val sparkConnectorVersion = "2.12.0"
val sparkConnectorVersion = "2.13.0"
val scalaVersionMajor = "2.12"
val sparkVersionMajor = "3.4"
val sparkVersion = s"${sparkVersionMajor}.0"
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ val testSparkVersion = sys.props.get("spark.testVersion").getOrElse("3.4.0")
* Tests/jenkins/BumpUpSparkConnectorVersion/run.sh
* in snowflake repository.
*/
val sparkConnectorVersion = "2.12.0"
val sparkConnectorVersion = "2.13.0"

lazy val ItTest = config("it") extend Test

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/net/snowflake/spark/snowflake/Utils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ object Utils {
*/
val SNOWFLAKE_SOURCE_SHORT_NAME = "snowflake"

val VERSION = "2.12.0"
val VERSION = "2.13.0"

/**
* The certified JDBC version to work with this spark connector version.
Expand Down

0 comments on commit 9428e03

Please sign in to comment.