Skip to content

Commit c69db71

Browse files
committed
[SPARK-53374] Use release build in Apache Spark 4.1.0-preview1 testing
### What changes were proposed in this pull request? This PR aims to use `release` build in Apache Spark `4.1.0-preview1` testing. ### Why are the changes needed? Although we used `release` build in CI since SPARK-52085, we missed to enable it when we add a new test job in SPARK-52744. - #136 - #210 To be consistent, we need to use release build in CIs. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #220 from dongjoon-hyun/SPARK-53374. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent e8cd5e5 commit c69db71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
cd /tmp/spark/sbin
110110
./start-connect-server.sh
111111
cd -
112-
swift test --no-parallel
112+
swift test --no-parallel -c release
113113
114114
integration-test-mac:
115115
runs-on: macos-15

0 commit comments

Comments
 (0)