dramaticlly opened a new issue, #6961: URL: https://github.com/apache/iceberg/issues/6961
### Feature Request / Improvement Based on comment from https://github.com/apache/iceberg/pull/6797#issuecomment-1430209452 in #6797 we are returning changed partition count in add-files procedure based on stats collected from snapshot summary. But it can be impacted by tblproperties such as `compatibility.snapshot-id-inheritance.enabled`. @szehon-ho proposed to use https://github.com/apache/iceberg/blob/master/spark/v3.3/spark/src/main/java/org/apache/iceberg/spark/SparkTableUtil.java#L570 to provide more metadata directly and this is the task to explore how we can achieve this given current method is a public and return type is void already ### Query engine Spark -- 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]
