zeddit commented on issue #132:
URL: https://github.com/apache/iceberg-python/issues/132#issuecomment-1802370780

   @rdblue it's great to find `pyiceberg` load data in a **deterministic** way, 
as what Fokko said, the manifests are read sequentially.
   thus we only need to control the way how data is written, we could control 
the order of the final dataframe.
   
   I have made a comprehensive experiment about the order when using different 
table schema(e.g. partition & sorted) and how data is written. I will post my 
report later here.


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