Skip to content

Commit

Permalink
SNOW-1009812 Update Spark Connector Version to 2.14.0 (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-bli authored Jan 17, 2024
1 parent 3309028 commit d7f8e98
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.13.0'
TEST_SPARK_CONNECTOR_VERSION: '2.14.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.13.0"
val sparkConnectorVersion = "2.14.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.13.0"
val sparkConnectorVersion = "2.14.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.13.0"
val VERSION = "2.14.0"

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

0 comments on commit d7f8e98

Please sign in to comment.