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

   https://stackoverflow.com/questions/74638658/delta-lake-table-storage-sorting
   here is an expected behavior for me when pulling data with `pyiceberg` to 
pyarrow or pandas, especially for pandas.
   
   the rows in the same partition should be placed together while their order 
is not important, while a flag is provided to control the order of partitions.
   if local sort is used for partitions, the row order within partition will be 
persevered. in another word, the order is the one when data is being written.


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