djouallah commented on issue #1004:
URL: 
https://github.com/apache/iceberg-python/issues/1004#issuecomment-2680407058

   > [@djouallah](https://github.com/djouallah) do you have the stack trace? Im 
curious which part of `append` is causing the OOM. BTW there's an 
[`to_arrow_batch_reader()`](https://github.com/apache/iceberg-python/blob/71129ee3371830160f02c39f4bb01ccdff4e39d5/pyiceberg/table/__init__.py#L1765)
 API for getting arrow batch reader, which can be more memory efficient.
   
   it is not a bug, when you do arrow(), all the data will be loaded into memory
   so either you add more ram, or make catalog.load_table accept recordbatch a 
valid input ( like delta_rs for example)


-- 
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