MichaelChirico commented on pull request #28379:
URL: https://github.com/apache/spark/pull/28379#issuecomment-621620800
@HyukjinKwon 7fccb3ab4b9658aa57a1ebab3aedc0c1633d5bc8 failed linting on
Jenkins, but not on GH Actions. The error:
```
inst/worker/worker.R:81:62: style: Opening curly braces should never go on
their own line and should always be followed by a new line.
arrow = SparkR:::writeArrowSerialize(output, outputCon), { # brace here
for linter...
^
lintr checks failed.
[error] running /home/jenkins/workspace/SparkPullRequestBuilder/dev/lint-r ;
received return code 1
```
Two things:
1. Is the `lintr` version on Jenkins up to date? I see there was something
added to `lintr` in Sep '19 about this, so if the Jenkins version is `<=
1.0.3`, that could be the source
2. Is it necessary to have both Jenkins and GitHub running the linting
check?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]