Skip to content

Commit

Permalink
chore: Upgrade spark to 4.0.0-preview1 (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
advancedxy authored Jun 6, 2024
1 parent c819bc0 commit 23e0801
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,6 @@ jobs:
with:
rust-version: ${{env.RUST_VERSION}}
jdk-version: ${{ matrix.java_version }}
- name: Clone Spark
uses: actions/checkout@v4
with:
repository: "apache/spark"
path: "apache-spark"
- name: Install Spark
shell: bash
working-directory: ./apache-spark
run: build/mvn install -Phive -Phadoop-cloud -DskipTests
- name: Java test steps
uses: ./.github/actions/java-test
with:
Expand Down Expand Up @@ -223,15 +214,6 @@ jobs:
with:
rust-version: ${{env.RUST_VERSION}}
jdk-version: ${{ matrix.java_version }}
- name: Clone Spark
uses: actions/checkout@v4
with:
repository: "apache/spark"
path: "apache-spark"
- name: Install Spark
shell: bash
working-directory: ./apache-spark
run: build/mvn install -Phive -Phadoop-cloud -DskipTests
- name: Java test steps
uses: ./.github/actions/java-test
with:
Expand Down Expand Up @@ -261,15 +243,6 @@ jobs:
jdk-version: ${{ matrix.java_version }}
jdk-architecture: aarch64
protoc-architecture: aarch_64
- name: Clone Spark
uses: actions/checkout@v4
with:
repository: "apache/spark"
path: "apache-spark"
- name: Install Spark
shell: bash
working-directory: ./apache-spark
run: build/mvn install -Phive -Phadoop-cloud -DskipTests
- name: Java test steps
uses: ./.github/actions/java-test
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ under the License.
<!-- Use Scala 2.13 by default -->
<scala.version>2.13.13</scala.version>
<scala.binary.version>2.13</scala.binary.version>
<spark.version>4.0.0-SNAPSHOT</spark.version>
<spark.version>4.0.0-preview1</spark.version>
<spark.version.short>4.0</spark.version.short>
<parquet.version>1.13.1</parquet.version>
<shims.majorVerSrc>spark-4.0</shims.majorVerSrc>
Expand Down

0 comments on commit 23e0801

Please sign in to comment.