raulcd opened a new issue, #47812:
URL: https://github.com/apache/arrow/issues/47812
### Describe the bug, including details regarding any error messages,
version, and platform.
Since yesterday the lint for R has started to fail with:
```
R
Format.................................................................Failed
- hook id: styler
- files were modified by this hook
Styling 1 files:
r/vignettes/data_types.Rmd ✔
────────────────────────────────────────
Status Count Legend
✔ 1 File unchanged.
ℹ 0 File changed.
✖ 0 Styling threw an error.
────────────────────────────────────────
25h25hStyling 1 files:
r/vignettes/install.Rmd ✔
────────────────────────────────────────
Status Count Legend
✔ 1 File unchanged.
ℹ 0 File changed.
✖ 0 Styling threw an error.
────────────────────────────────────────
25h25hStyling 1 files:
r/tests/testthat/test-dataset-dplyr.R ✔
────────────────────────────────────────
Status Count Legend
✔ 1 File unchanged.
ℹ 0 File changed.
✖ 0 Styling threw an error.
────────────────────────────────────────
25h25hStyling 1 files:
r/tests/testthat/test-RecordBatch.R ℹ
────────────────────────────────────────
Status Count Legend
✔ 0 File unchanged.
ℹ 1 File changed.
✖ 0 Styling threw an error.
────────────────────────────────────────
Please review the changes carefully!
25h25h
R (C++)
Format...........................................................Passed
R (C++)
Lint.............................................................Passed
Ruby
Format..............................................................Passed
CMake
Format.............................................................Passed
Sphinx
Lint..............................................................Passed
ShellCheck
v0.10.0.......................................................Passed
shfmt....................................................................Passed
meson....................................................................Passed
pre-commit hook(s) made changes.
If you are seeing this message in CI, reproduce locally with: `pre-commit
run --all-files`.
To run `pre-commit` as part of git workflow, use `pre-commit install`.
All changes made by hooks:
diff --git a/r/tests/testthat/test-RecordBatch.R
b/r/tests/testthat/test-RecordBatch.R
index 933020a2b2..f17e0aa2d0 100644
--- a/r/tests/testthat/test-RecordBatch.R
+++ b/r/tests/testthat/test-RecordBatch.R
@@ -760,7 +760,6 @@ test_that("RecordBatch to C-interface", {
})
-
test_that("RecordBatchReader to C-interface to arrow_dplyr_query", {
skip_if_not_available("dataset")
Error: Process completed with exit code 1.
```
There was a new version of styler on CRAN yesterday which is quite
suspicious as there hasn't been any related change.
See 1.11.0 release:
https://cloud.r-project.org/web/packages/styler/index.html
### Component(s)
Continuous Integration, R
--
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]