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 6ba86b5 commit 0a70f2dCopy full SHA for 0a70f2d
.github/workflows/paimon-python-checks.yml
@@ -46,8 +46,7 @@ jobs:
46
- name: Set up hadoop dependency
47
run: |
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
+ curl -L -o ${{ github.workspace }}/temp/bundled-hadoop.jar 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
if [ ! -f ${{ github.workspace }}/temp/bundled-hadoop.jar ]; then
52
echo "JAR download failed."
53
exit 1
0 commit comments