ZENOTME commented on PR #797:
URL: https://github.com/apache/iceberg-rust/pull/797#issuecomment-2551118651

   I change this PR to add interface to help serialize/deserialize DataFile 
into avro bytes. The idea comes from 
https://github.com/apache/iceberg-rust/issues/774#issuecomment-2535718431. 
   
   I think it can be a good start for #774. It provides the interface to let 
user serialize/deserialize the DataFile.
   
   In later, we can discuss whether to let DataFile itself serializable and 
essentially, it means that we should contain more info in the DataFile and we 
don't need to provide the info(e.g. partition type) as parameters in the 
interface. 


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