We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba2ff2b commit ec0fd2fCopy full SHA for ec0fd2f
.github/workflows/build_and_test.yml
@@ -109,7 +109,7 @@ jobs:
109
tar xvfz spark-4.1.0-preview1-bin-hadoop3.tgz && rm spark-4.1.0-preview1-bin-hadoop3.tgz
110
mv spark-4.1.0-preview1-bin-hadoop3 /tmp/spark
111
cd /tmp/spark/sbin
112
- ./start-connect-server.sh
+ ./start-connect-server.sh --wait
113
cd -
114
swift test --no-parallel -c release
115
0 commit comments