Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zedtang committed Nov 4, 2024
1 parent 797f999 commit ecd1b89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/spark_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,12 @@ jobs:
pipenv run pip install pyarrow==8.0.0
pipenv run pip install numpy==1.20.3
if: steps.git-diff.outputs.diff
- name: Scala structured logging check
- name: Scala structured logging style check
run: |
if [ -f ./dev/structured_logging_style.py ]; then
python ./dev/structured_logging_style.py
if [ -f ./dev/spark_structured_logging_style.py ]; then
python ./dev/spark_structured_logging_style.py
fi
if: steps.git-diff.outputs.diff
- name: Run Scala/Java and Python tests
# when changing TEST_PARALLELISM_COUNT make sure to also change it in spark_master_test.yaml
run: |
Expand Down
File renamed without changes.

0 comments on commit ecd1b89

Please sign in to comment.