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 28d8c4f commit b9c058fCopy full SHA for b9c058f
.github/workflows/build_and_test.yml
@@ -84,7 +84,7 @@ jobs:
84
run: |
85
curl -LO https://dist.apache.org/repos/dist/dev/spark/v4.0.0-rc3-bin/spark-4.0.0-bin-hadoop3.tgz
86
tar xvfz spark-4.0.0-bin-hadoop3.tgz
87
- cd spark-4.0.0-bin-hadoop3
88
- sbin/start-connect-server.sh
89
- cd ..
+ cd spark-4.0.0-bin-hadoop3/sbin
+ ./start-connect-server.sh
+ cd ../..
90
swift test --no-parallel
0 commit comments