ZENOTME commented on issue #72:
URL: https://github.com/apache/iceberg-rust/issues/72#issuecomment-1752043696

   > Should we support appending entries like the Java and Python 
implementations instead of a single write?
   >> The ManifestList is a simple wrapper of Vec, so I think providing a 
method for iterator of entries would not be huge effort.
   
   Providing a method for iterator of entries looks good to me, it can be 
consider as similar to appending entries. 
   
   And I'm curious the benefit of this interface?🤔 (The potential benefit I 
guess is that we can combine mutiple ManifestList into 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: 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