HyukjinKwon commented on code in PR #36940:
URL: https://github.com/apache/spark/pull/36940#discussion_r903376866
##########
.github/workflows/build_java11.yml:
##########
@@ -32,9 +32,16 @@ jobs:
java: 11
branch: master
hadoop: hadoop3
- type: scheduled
envs: >-
{
"SKIP_MIMA": "true",
"SKIP_UNIDOC": "true"
}
+ jobs: >-
+ {
+ "build": "true",
+ "pyspark": "true",
+ "sparkr": "true",
Review Comment:
Yup, I should have noted it in PR description. thanks for pointing it out.
This PR enables several tests more.
--
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]