ajantha-bhat commented on PR #12629: URL: https://github.com/apache/iceberg/pull/12629#issuecomment-2862652022
> Do we need drop stats? If we have drop stats, then we might not need this? @pvary: Partition stats is per snapshots and tracked by table metadata, when we force compute, if the stats present for pervious snapshots, it will be cleaned during `expire_snapshots`. If the stats exist for current snapshot and still we want to recompute, old stats will be made orphan for current snapshot and new stats will be registered for current snapshot. Orphan stats will be cleaned by `remove_orphan_files`. > We should consider other engines, like Trino, Hive, Impala too It is a same API, so other engines can also follow this method. I will rebase and update the PR today. -- 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