ritesh-malav opened a new issue #10206: URL: https://github.com/apache/arrow/issues/10206
I has had a small query regarding `ParquetWriter.write_table()` method. If I have one parquetwriter open and I am adding a apache arrow table to it of 1GB let's say over 10 iterations. In that case wold the entire final parquet be loaded in-memory like entire 10GB or it will just load one single table of 1 GB in memory and keep on appending to parquetWriter ? -- 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. For queries about this service, please contact Infrastructure at: [email protected]
