HyukjinKwon commented on code in PR #39294:
URL: https://github.com/apache/spark/pull/39294#discussion_r1059728513
##########
.github/workflows/build_and_test.yml:
##########
@@ -494,6 +495,41 @@ jobs:
name: test-results-sparkr--8-${{ inputs.hadoop }}-hive2.3
path: "**/target/test-reports/*.xml"
+ proto-breaking-changes-check:
+ needs: [precondition]
+ if: always() &&
fromJson(needs.precondition.outputs.required).proto-breaking-changes-check ==
'true'
+ name: Spark Connect Proto Backwards Compat Check
Review Comment:
nit but I would name it without capitalizing to be consistent with others.
e.g.,
```suggestion
name: Check Protobuf backward compatibility
```
--
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]