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 6789eb4 commit 64293efCopy full SHA for 64293ef
.github/workflows/paimon-python-checks.yml
@@ -47,10 +47,6 @@ jobs:
47
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
- if [ ! -f ${{ github.workspace }}/temp/bundled-hadoop.jar ]; then
51
- echo "JAR download failed."
52
- exit 1
53
- fi
54
- name: Run lint-python.sh
55
env:
56
_PYPAIMON_HADOOP_CLASSPATH: ${{ github.workspace }}/temp/bundled-hadoop.jar
0 commit comments