Skip to content

Commit 897b87f

Browse files
panbingkundongjoon-hyun
authored andcommittedAug 24, 2023
[SPARK-44302][BUILD] Reenable PySpark test on the daily test of Java 21 after the new arrow version release
### What changes were proposed in this pull request? This PR aims to re-enable PySpark in Java 21. This depends on apache#42181 . ### Why are the changes needed? To have Java 21 test coverage. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#42646 from panbingkun/SPARK-44302. Authored-by: panbingkun <pbk1982@gmail.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
1 parent 9be5ea7 commit 897b87f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/build_java21.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
jobs: >-
4343
{
4444
"build": "true",
45-
"pyspark": "false",
45+
"pyspark": "true",
4646
"sparkr": "true",
4747
"tpcds-1g": "true",
4848
"docker-integration-tests": "true"

0 commit comments

Comments
 (0)
Please sign in to comment.