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 64293ef commit daaecb3Copy full SHA for daaecb3
.github/workflows/paimon-python-checks.yml
@@ -44,7 +44,7 @@ jobs:
44
java-version: ${{ env.JDK_VERSION }}
45
distribution: 'adopt'
46
- name: Set up hadoop dependency
47
- run: |
+ run: |
48
mkdir -p ${{ github.workspace }}/temp
49
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
50
- name: Run lint-python.sh
0 commit comments