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 866fc6e commit 6ba86b5Copy full SHA for 6ba86b5
.github/workflows/paimon-python-checks.yml
@@ -48,7 +48,6 @@ jobs:
48
mkdir -p ${{ github.workspace }}/temp
49
curl -L -o ${{ github.workspace }}/temp/bundled-hadoop.jar \
50
https://repo.maven.apache.org/maven2/org/apache/flink/flink-shaded-hadoop-2-uber/2.8.3-10.0/flink-shaded-hadoop-2-uber-2.8.3-10.0.jar
51
- ls -al ${{ github.workspace }}/temp
52
if [ ! -f ${{ github.workspace }}/temp/bundled-hadoop.jar ]; then
53
echo "JAR download failed."
54
exit 1
0 commit comments