kou commented on PR #46651: URL: https://github.com/apache/arrow/pull/46651#issuecomment-3021387991
It seems that this introduced lint errors: https://github.com/apache/arrow/actions/runs/15987292796/job/45094044698#step:5:18 ```text R Lint...................................................................Failed - hook id: lintr - exit code: 1 Error: Not lint free tests/testthat/test-Array.R:355:57: style: [brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line. test_that("array supports integer64 with new sematics", { ^ tests/testthat/test-Array.R:356:58: style: [brace_linter] Opening curly braces should never go on their own line and should always be followed by a new line. withr::with_options(list(integer64_semantics = "new"), { ^ Error: estthat/test-Array.R:368:1: error: [error] unexpected '}' }) ^ Execution halted 25h ``` -- 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]
