LuciferYang commented on code in PR #47239:
URL: https://github.com/apache/spark/pull/47239#discussion_r1669799662


##########
.github/workflows/build_and_test.yml:
##########
@@ -702,6 +702,8 @@ jobs:
       run: ./dev/mima
     - name: Scala linter
       run: ./dev/lint-scala
+    - name: Scala structured logging check
+      run: ./dev/structured-logging-style.py

Review Comment:
   ```
   if [ -f ./dev/structured-logging-style.py ]; then
       ./dev/structured-logging-style.py
   fi
   ```
   `build_and_test.yml` will also be used for the daily test of branch-3.x, so 
we should make sure `./dev/structured-logging-style.py` exists before executing
   
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to