Skip to content

Commit

Permalink
SNOW-1325562 Support Spark 3.5 (#557)
Browse files Browse the repository at this point in the history
* Upgrade Spark

* fix test

* fix test

* fix test

* remove useless tests
  • Loading branch information
sfc-gh-bli authored Jul 31, 2024
1 parent 8350590 commit 3b68d17
Show file tree
Hide file tree
Showing 29 changed files with 14 additions and 3,313 deletions.
4 changes: 2 additions & 2 deletions .github/docker/build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ cd ../..

# Build docker image
docker build \
--build-arg SPARK_URL=https://archive.apache.org/dist/spark/spark-3.4.0/spark-3.4.0-bin-hadoop3.tgz \
--build-arg SPARK_BINARY_NAME=spark-3.4.0-bin-hadoop3.tgz \
--build-arg SPARK_URL=https://archive.apache.org/dist/spark/spark-3.5.0/spark-3.5.0-bin-hadoop3.tgz \
--build-arg SPARK_BINARY_NAME=spark-3.5.0-bin-hadoop3.tgz \
--build-arg JDBC_URL=https://repo1.maven.org/maven2/net/snowflake/snowflake-jdbc/${TEST_JDBC_VERSION}/$JDBC_JAR_NAME \
--build-arg JDBC_BINARY_NAME=$JDBC_JAR_NAME \
--build-arg SPARK_CONNECTOR_LOCATION=target/scala-${TEST_SCALA_VERSION}/$SPARK_CONNECTOR_JAR_NAME \
Expand Down
45 changes: 0 additions & 45 deletions .github/workflows/ClusterTest.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTest_2.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
scala_version: [ '2.12.11' ]
spark_version: [ '3.4.0' ]
spark_version: [ '3.5.0' ]
use_copy_unload: [ 'true', 'false' ]
cloud_provider: [ 'aws', 'azure' ]
# run_query_in_async can be removed after async mode is stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTest_2.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
scala_version: [ '2.13.9' ]
spark_version: [ '3.4.0' ]
spark_version: [ '3.5.0' ]
use_copy_unload: [ 'true', 'false' ]
cloud_provider: [ 'aws', 'azure' ]
# run_query_in_async can be removed after async mode is stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTest_gcp_2.12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
scala_version: [ '2.12.11' ]
spark_version: [ '3.4.0' ]
spark_version: [ '3.5.0' ]
use_copy_unload: [ 'false' ]
cloud_provider: [ 'gcp' ]
# run_query_in_async can be removed after async mode is stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/IntegrationTest_gcp_2.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
scala_version: [ '2.13.9' ]
spark_version: [ '3.4.0' ]
spark_version: [ '3.5.0' ]
use_copy_unload: [ 'false' ]
cloud_provider: [ 'gcp' ]
# run_query_in_async can be removed after async mode is stable
Expand Down
45 changes: 0 additions & 45 deletions ClusterTest/build.sbt

This file was deleted.

Binary file removed ClusterTest/build/sbt-launch-1.2.8.jar
Binary file not shown.
1 change: 0 additions & 1 deletion ClusterTest/project/build.properties

This file was deleted.

8 changes: 0 additions & 8 deletions ClusterTest/project/plugins.sbt

This file was deleted.

58 changes: 0 additions & 58 deletions ClusterTest/run_cluster_test.sh

This file was deleted.

135 changes: 0 additions & 135 deletions ClusterTest/src/main/python/ClusterTest.py

This file was deleted.

Loading

0 comments on commit 3b68d17

Please sign in to comment.