ZENOTME commented on issue #774: URL: https://github.com/apache/iceberg-rust/issues/774#issuecomment-2564287379
> Thanks @ZENOTME for raising this. In your question, the typical use case is compute engine, which needs to serialized `DataFile`. But in fact, what a compute engines required is to serialize/deserialized planned task if I understad correctly. If there are use cases `DataFile` itself must be serialized/deserialized, I prefer solution 1. For read part, the compute engines required is to serialize/deserialized planned task. But for write part, the compute engines required to pass the data file. #797 is implement used solution 1. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
