You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "ablack3 (via GitHub)" <gi...@apache.org> on 2023/02/16 15:40:46 UTC

[GitHub] [arrow] ablack3 commented on issue #33807: Using dplyr::tally with an Arrow FileSystemDataset crashes R

ablack3 commented on issue #33807:
URL: https://github.com/apache/arrow/issues/33807#issuecomment-1433289130

   Sorry for the delay.  Here is `arrow::arrow_info()`
   
   ``` r
   arrow::arrow_info()
   #> Arrow package version: 11.0.0.2
   #> 
   #> 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
   #> 
   #> Memory:
   #>                   
   #> Allocator mimalloc
   #> Current    0 bytes
   #> Max        0 bytes
   #> 
   #> Runtime:
   #>                           
   #> SIMD Level          sse4_2
   #> Detected SIMD Level sse4_2
   #> 
   #> Build:
   #>                                     
   #> C++ Library Version           11.0.0
   #> C++ Compiler              AppleClang
   #> C++ Compiler Version 10.0.0.10001145
   ```
   
   <sup>Created on 2023-02-16 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup>
   
   Thanks for the debugging instructions @thisisnic. 
   
   
   
   
   > Out of curiosity, are you on M1 running a x86_64 version of R? (Or are you on an Intel-based Mac?)
   
   I am on an M1 running a x86_64 version of R. I used to run the arm version of R but had issues with odbc drivers not working with arm so had to move my R installation to x86_64 via Rosetta.
   
   <img width="635" alt="image" src="https://user-images.githubusercontent.com/10227522/219414637-d8f4452c-e3f3-4806-8006-d8e0bc968830.png">
   
   


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org