Skip to content

Commit

Permalink
Release spark connector 2.7.2 for spark 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mrui committed Jun 19, 2020
1 parent 163e2c2 commit 7e8b697
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ClusterTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Spark Cluster Test

on:
push:
branches: [ master ]
branches: [ spark_2.4 ]
pull_request:
branches: [ master ]
branches: [ spark_2.4 ]

jobs:
test:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/IntegrationTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ name: Spark Connector Integration Test

on:
push:
branches: [ master ]
branches: [ spark_2.4 ]
pull_request:
branches: [ master ]
branches: [ spark_2.4 ]

jobs:
test:
name: IT
runs-on: ubuntu-latest
strategy:
matrix:
scala_version: [ '2.11.12' ]
scala_version: [ '2.11.12', '2.12.11' ]
spark_version: [ '2.4.0' ]
use_copy_unload: [ 'true', 'false' ]
cloud_provider: [ 'aws', 'azure', 'gcp' ]
Expand Down
22 changes: 20 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,32 @@ matrix:
scala: 2.12.8
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=aws SPARK_CONN_ENV_USE_COPY_UNLOAD=false
- jdk: openjdk8
scala: 2.11.12
scala: 2.12.8
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=aws SPARK_CONN_ENV_USE_COPY_UNLOAD=true SKIP_BIG_DATA_TEST=true
- jdk: openjdk8
scala: 2.12.8
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=azure SPARK_CONN_ENV_USE_COPY_UNLOAD=false
- jdk: openjdk8
scala: 2.12.8
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=gcp SPARK_CONN_ENV_USE_COPY_UNLOAD=false
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=azure SPARK_CONN_ENV_USE_COPY_UNLOAD=true SKIP_BIG_DATA_TEST=true
- jdk: openjdk8
scala: 2.12.8
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=gcp SPARK_CONN_ENV_USE_COPY_UNLOAD=false
- jdk: openjdk8
scala: 2.11.12
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=aws SPARK_CONN_ENV_USE_COPY_UNLOAD=false
- jdk: openjdk8
scala: 2.11.12
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=aws SPARK_CONN_ENV_USE_COPY_UNLOAD=true SKIP_BIG_DATA_TEST=true
- jdk: openjdk8
scala: 2.11.12
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=azure SPARK_CONN_ENV_USE_COPY_UNLOAD=false
- jdk: openjdk8
scala: 2.11.12
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=azure SPARK_CONN_ENV_USE_COPY_UNLOAD=true SKIP_BIG_DATA_TEST=true
- jdk: openjdk8
scala: 2.11.12
env: SPARK_VERSION="2.4.0" INTEGRATION_TESTS=true SNOWFLAKE_TEST_ACCOUNT=gcp SPARK_CONN_ENV_USE_COPY_UNLOAD=false
script:
- "./dev/run-tests-travis.sh"
after_success:
Expand Down

0 comments on commit 7e8b697

Please sign in to comment.