Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: Enable comet tests with spark-4.0 profile #493

Merged
merged 47 commits into from
Jun 3, 2024
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
a1fff9b
build: Add spark-4.0 profile
kazuyukitanimura Apr 30, 2024
465b828
build: Add spark-4.0 profile
kazuyukitanimura May 1, 2024
62b7d2f
build: Add spark-4.0 profile
kazuyukitanimura May 7, 2024
8db78cb
build: Add spark-4.0 profile
kazuyukitanimura May 7, 2024
02a970a
Merge remote-tracking branch 'upstream/main' into spark-4.0
kazuyukitanimura May 7, 2024
7251eb2
build: Add spark-4.0 profile
kazuyukitanimura May 8, 2024
17a6995
build: Add spark-4.0 profile
kazuyukitanimura May 8, 2024
57d6538
build: Add spark-4.0 profile
kazuyukitanimura May 8, 2024
d3efeb8
build: Add spark-4.0 profile
kazuyukitanimura May 8, 2024
e310eb1
Merge remote-tracking branch 'upstream/main' into spark-4.0
kazuyukitanimura May 9, 2024
69ca228
build: Add spark-4.0 profile and shims
kazuyukitanimura May 9, 2024
3aec9e6
build: Add spark-4.0 profile and shims
kazuyukitanimura May 9, 2024
d629df1
build: Add spark-4.0 profile and shims
kazuyukitanimura May 9, 2024
65628fb
build: Add spark-4.0 profile and shims
kazuyukitanimura May 10, 2024
328705f
build: Add spark-4.0 profile and shims
kazuyukitanimura May 11, 2024
b85c712
build: Add spark-4.0 profile and shims
kazuyukitanimura May 11, 2024
8dc9dba
build: Add spark-4.0 profile and shims
kazuyukitanimura May 11, 2024
9a4b605
build: Add spark-4.0 profile and shims
kazuyukitanimura May 11, 2024
8ec2767
build: Enable spark-4.0 tests
kazuyukitanimura May 14, 2024
396d077
address review comments
kazuyukitanimura May 15, 2024
b819e99
address review comments
kazuyukitanimura May 15, 2024
728bf8d
build: Enable spark-4.0 tests
kazuyukitanimura May 15, 2024
8374f74
build: Enable spark-4.0 tests
kazuyukitanimura May 15, 2024
a4d050b
build: Enable spark-4.0 tests
kazuyukitanimura May 15, 2024
0cd4870
address review comments
kazuyukitanimura May 16, 2024
f91c7be
address review comments
kazuyukitanimura May 16, 2024
c146661
build: Enable spark-4.0 tests
kazuyukitanimura May 16, 2024
8c4bf05
DisableSuite
kazuyukitanimura May 16, 2024
225858f
build: Enable spark-4.0 tests
kazuyukitanimura May 17, 2024
f472ee3
Merge remote-tracking branch 'upstream/main' into spark-4.0
kazuyukitanimura May 17, 2024
1cb96dc
Merge branch 'spark-4.0' into spark-4.0-test
kazuyukitanimura May 17, 2024
7911e52
build: Enable spark-4.0 tests
kazuyukitanimura May 17, 2024
e258273
build: Enable spark-4.0 tests
kazuyukitanimura May 17, 2024
c1fd154
build: Enable spark-4.0 tests
kazuyukitanimura May 17, 2024
80a292b
build: Enable spark-4.0 tests
kazuyukitanimura May 17, 2024
5999156
Merge remote-tracking branch 'upstream/main' into spark-4.0-test
kazuyukitanimura May 20, 2024
3335e4d
address review comments
kazuyukitanimura May 20, 2024
f0f8b0c
address review comments
kazuyukitanimura May 21, 2024
f5aa2b4
build: Enable spark-4.0 tests
kazuyukitanimura May 21, 2024
be4c367
Merge remote-tracking branch 'upstream/main' into spark-4.0-test
kazuyukitanimura May 21, 2024
1910927
build: Enable spark-4.0 tests
kazuyukitanimura May 21, 2024
443bee8
address review comments
kazuyukitanimura May 22, 2024
8036660
address review comments
kazuyukitanimura May 23, 2024
d388d4b
Merge remote-tracking branch 'upstream/main' into spark-4.0-test
kazuyukitanimura May 24, 2024
46bddfa
build: Enable spark-4.0 tests
kazuyukitanimura May 24, 2024
1a8939f
Merge remote-tracking branch 'upstream/main' into spark-4.0-test
kazuyukitanimura May 28, 2024
53fd09c
address review comments
kazuyukitanimura May 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
build: Add spark-4.0 profile and shims
  • Loading branch information
kazuyukitanimura committed May 11, 2024
commit 8dc9dba7bd6613e051794d5b733e4c45e099852f
30 changes: 9 additions & 21 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,9 @@ jobs:
uses: actions/checkout@v4
with:
repository: "apache/spark"
- if: matrix.test-target == 'java'
name: Install Spark
shell: bash
run: |
pushd apache-spark
build/mvn install -Phive -Phadoop-cloud -DskipTests
popd
path: "apache-spark"
working-directory: ./apache-spark
run: build/mvn install -Phive -Phadoop-cloud -DskipTests
- if: matrix.test-target == 'java'
name: Java test steps
uses: ./.github/actions/java-test
Expand Down Expand Up @@ -240,13 +236,9 @@ jobs:
uses: actions/checkout@v4
with:
repository: "apache/spark"
- if: matrix.test-target == 'java'
name: Install Spark
shell: bash
run: |
pushd apache-spark
build/mvn install -Phive -Phadoop-cloud -DskipTests
popd
path: "apache-spark"
working-directory: ./apache-spark
run: build/mvn install -Phive -Phadoop-cloud -DskipTests
- if: matrix.test-target == 'java'
name: Java test steps
uses: ./.github/actions/java-test
Expand Down Expand Up @@ -287,13 +279,9 @@ jobs:
uses: actions/checkout@v4
with:
repository: "apache/spark"
- if: matrix.test-target == 'java'
name: Install Spark
shell: bash
run: |
pushd spark
build/mvn install -Phive -Phadoop-cloud -DskipTests
popd
path: "apache-spark"
working-directory: ./apache-spark
run: build/mvn install -Phive -Phadoop-cloud -DskipTests
- if: matrix.test-target == 'java'
name: Java test steps
uses: ./.github/actions/java-test
Expand Down