pvary commented on issue #10710:
URL: https://github.com/apache/iceberg/issues/10710#issuecomment-2242675737

   With a well configured IcebergSink, the number of `WriteResults` are quite 
low compared to the number of records, we did not spent the resources on 
writing the serializer/deserializer on them. Also `WriteResult` contains 
`DataFiles` which is also a complicated object, so it seemed like a serious 
effort for relatively low gains.
   
   Did you see some performance issues which could be solved by this?


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