kou commented on code in PR #45507:
URL: https://github.com/apache/arrow/pull/45507#discussion_r1953616518


##########
dev/tasks/r/github.linux.arrow.version.back.compat.yml:
##########
@@ -89,7 +89,7 @@ jobs:
         - { old_arrow_version: '1.0.1', r: '4.0' }

Review Comment:
   Can we remove `1.0.1` - `5.0.0`?
   It seems that we don't have Arrow C++ binaries for them on Ubuntu 22.04.
   
   
https://github.com/ursacomputing/crossbow/actions/runs/13279720095/job/37133898415#step:7:21
   
   ```text
   Failure ('test-read-files.R:25:3'): Can read the file (parquet)
   `df <- read_parquet(pq_file)` threw an error.
   Message: Cannot call io___MemoryMappedFile__Open(). See 
https://arrow.apache.org/docs/r/articles/install.html for help installing Arrow 
C++ libraries. 
   Class:   simpleError/error/condition
   Backtrace:
       ▆
    1. ├─testthat::expect_error(df <- read_parquet(pq_file), NA) at 
test-read-files.R:25:3
    2. │ └─testthat:::quasi_capture(...)
    3. │   ├─testthat (local) .capture(...)
    4. │   │ └─base::withCallingHandlers(...)
    5. │   └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
    6. └─arrow::read_parquet(pq_file)
    7.   └─arrow:::make_readable_file(file)
    8.     └─arrow::mmap_open(file)
    9.       └─arrow:::io___MemoryMappedFile__Open(path, mode)
   
   ```



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