We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797f999 commit ecd1b89Copy full SHA for ecd1b89
.github/workflows/spark_test.yaml
@@ -80,11 +80,12 @@ jobs:
80
pipenv run pip install pyarrow==8.0.0
81
pipenv run pip install numpy==1.20.3
82
if: steps.git-diff.outputs.diff
83
- - name: Scala structured logging check
+ - name: Scala structured logging style check
84
run: |
85
- if [ -f ./dev/structured_logging_style.py ]; then
86
- python ./dev/structured_logging_style.py
+ if [ -f ./dev/spark_structured_logging_style.py ]; then
+ python ./dev/spark_structured_logging_style.py
87
fi
88
+ if: steps.git-diff.outputs.diff
89
- name: Run Scala/Java and Python tests
90
# when changing TEST_PARALLELISM_COUNT make sure to also change it in spark_master_test.yaml
91
dev/structured_logging_style.py dev/spark_structured_logging_style.pydev/structured_logging_style.py renamed to dev/spark_structured_logging_style.py
0 commit comments