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 0a70f2d commit 6789eb4Copy full SHA for 6789eb4
.github/workflows/paimon-python-checks.yml
@@ -50,6 +50,7 @@ jobs:
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