You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "eitsupi (via GitHub)" <gi...@apache.org> on 2023/03/08 09:20:21 UTC

[GitHub] [arrow] eitsupi commented on issue #34487: [R] memory allocation crash

eitsupi commented on issue #34487:
URL: https://github.com/apache/arrow/issues/34487#issuecomment-1459833409

   I tried it with R on Ubuntu 22.04 and arrow installed from RSPM binary, and was able to read CSV successfully. (10GB RAM used)
   is it possible that this is a bug related to how arrow is installed or the OS?
   
   ```r
   R version 4.2.2 (2022-10-31) -- "Innocent and Trusting"
   Platform: x86_64-pc-linux-gnu (64-bit)
   
   > obj3 <- arrow::read_csv_arrow("ITPD_E_R02.csv", as_data_frame = FALSE)
   
   > obj3
   Table
   72534869 rows x 13 columns
   $exporter_iso3 <string>
   $exporter_dynamic_code <string>
   $exporter_name <string>
   $importer_iso3 <string>
   $importer_dynamic_code <string>
   $importer_name <string>
   $broad_sector <string>
   $industry_id <int64>
   $industry_descr <string>
   $year <int64>
   $trade <double>
   $flag_mirror <int64>
   $flag_zero <string>
   ```


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