File tree 4 files changed +4
-4
lines changed
src/main/scala/net/snowflake/spark/snowflake
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
22
DOCKER_IMAGE_TAG : ' snowflakedb/spark-base:3.4.0'
23
23
TEST_SCALA_VERSION : ' 2.12'
24
24
TEST_COMPILE_SCALA_VERSION : ' 2.12.11'
25
- TEST_SPARK_CONNECTOR_VERSION : ' 2.13 .0'
25
+ TEST_SPARK_CONNECTOR_VERSION : ' 2.14 .0'
26
26
TEST_JDBC_VERSION : ' 3.13.30'
27
27
28
28
steps :
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
17
- val sparkConnectorVersion = " 2.13 .0"
17
+ val sparkConnectorVersion = " 2.14 .0"
18
18
val scalaVersionMajor = " 2.12"
19
19
val sparkVersionMajor = " 3.4"
20
20
val sparkVersion = s " ${sparkVersionMajor}.0 "
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ val testSparkVersion = sys.props.get("spark.testVersion").getOrElse("3.4.0")
26
26
* Tests/jenkins/BumpUpSparkConnectorVersion/run.sh
27
27
* in snowflake repository.
28
28
*/
29
- val sparkConnectorVersion = " 2.13 .0"
29
+ val sparkConnectorVersion = " 2.14 .0"
30
30
31
31
lazy val ItTest = config(" it" ) extend Test
32
32
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ object Utils {
55
55
*/
56
56
val SNOWFLAKE_SOURCE_SHORT_NAME = " snowflake"
57
57
58
- val VERSION = " 2.13 .0"
58
+ val VERSION = " 2.14 .0"
59
59
60
60
/**
61
61
* The certified JDBC version to work with this spark connector version.
You can’t perform that action at this time.
0 commit comments