kou opened a new pull request, #46955:
URL: https://github.com/apache/arrow/pull/46955

   ### Rationale for this change
   
   They are introduced by #46651
   
   
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
   ```
   
   ### What changes are included in this PR?
   
   * Add missing `)`
   * Fix a typo
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.


-- 
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]

Reply via email to