rdblue edited a comment on pull request #3780:
URL: https://github.com/apache/iceberg/pull/3780#issuecomment-1008425939


   This defers creating an actual Parquet file writer until the first row group 
is flushed. That avoids interacting with the underlying object store (which for 
GCS FIleSystem will allocate lots of memory) and removes the need to delete 
files that are closed with 0 records. But, the Iceberg writer structure is 
still maintained. So the writer classes other than Parquet are unchanged.


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to