paleolimbot commented on code in PR #38085:
URL: https://github.com/apache/arrow/pull/38085#discussion_r1349278522
##########
r/R/parquet.R:
##########
@@ -43,14 +44,15 @@ read_parquet <- function(file,
# Assembling `props` yourself is something you do with
# ParquetFileReader but not here.
props = ParquetArrowReaderProperties$create(),
+ mmap = TRUE,
Review Comment:
Yeah, it already defaults to TRUE. It's `False` in Python and we should
possibly consider that because of issues like this one.
--
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]