gaborkaszab commented on PR #16560: URL: https://github.com/apache/iceberg/pull/16560#issuecomment-4547289602
Thanks for the link, @ebyhr ! After a Quick Look it seems slightly different approach than what I suggested here: It makes the partition stats readers and writers injectable into the `computeAndWritePartitionStats` function. My suggestion is simpler: we could split up this function into multiple steps and separate the read/write part from the rest. The rest could be public and used by Trino. -- 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]
