westonpace commented on issue #34410: URL: https://github.com/apache/arrow/issues/34410#issuecomment-1452823267
Ah, I think the problem is that `parquet::arrow::FileWriter::WriteTable` has a `chunk_size` argument (which pyarrow sets) and it also has a `parquet::WriterProperties` which has `max_row_group_length` which pyarrow does not set (and this latter property overrides the former). So either we need to change pyarrow to set `parquet::WriterProperties::max_chunk_size` or only change the default for `chunk_size` (this might be preferred). -- 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]
