zhi-guo opened a new issue #11782: URL: https://github.com/apache/arrow/issues/11782
- The issue: Integer Overflow - R code: write_parquet(a_data.table, out_parquet_file) - R version: 4.1.2 (2021-11-01) - "Bird Hippie" - Platform: x86_64_linux-gnu(64-bit) - arrow version: 6.0.1.20211125 Error message:  Possible cause: lines 205-216 of "parquet.R"  Reason for possible cause: the data.table is so large that x$num_rows * x$num_columns > .Machine$integer.max  Many thanks -- 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]
