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

   @rdblue thanks for your reply. 
   I wanna know if this feature is challenge by design, why we don't guarantee 
it on read.
   
   I think sorting or reordering in python is quite slow, so it will benefit a 
lot if we could just get out the data as the way it stored. that is to say, we 
move the heavy workload to the time when writing data, and just compose the 
data according to their offset.
   
   In my opinion, if we need user to sort large dataset in python, it will make 
a lot use cases unusable. python is slow.
   
   


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