assignUser commented on PR #14243:
URL: https://github.com/apache/arrow/pull/14243#issuecomment-1261279452

   @nealrichardson test on a clean container of `rstudio/r-base:4.2-centos7`:
   ```
   > install.packages("arrow_9.0.0.20220926_R_x86_64-pc-linux-gnu.tar.gz")
   inferring 'repos = NULL' from 'pkgs'
   * installing *binary* package ‘arrow’ ...
   * DONE (arrow)
   Making 'packages.html' ... done
   > arrow::arrow_info()
   Arrow package version: 9.0.0.20220926
   
   Capabilities:
                  
   dataset    TRUE
   substrait FALSE
   parquet    TRUE
   json       TRUE
   s3         TRUE
   gcs        TRUE
   utf8proc   TRUE
   re2        TRUE
   snappy     TRUE
   gzip       TRUE
   brotli     TRUE
   zstd       TRUE
   lz4        TRUE
   lz4_frame  TRUE
   lzo       FALSE
   bz2        TRUE
   jemalloc   TRUE
   mimalloc   TRUE
   ```
   ```
   [# g++ --version
   g++ (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44)
   Copyright (C) 2015 Free Software Foundation, Inc.
   This is free software; see the source for copying conditions.  There is NO
   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   
   ```


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