huan233usc opened a new pull request, #17856: URL: https://github.com/apache/iceberg/pull/17856
## Summary Follow-up to #17451. `rewrite_table_path` kept a stale average for the position-delete `file_path` column after rewriting that path. Remove the `file_path` average value size when rewriting position-delete path bounds, preserve unrelated averages, and normalize an empty result to null. REST JSON round-trip for avg value sizes is in #17855. ## Test plan - [x] `./gradlew :iceberg-core:test --tests org.apache.iceberg.TestRewriteTablePathUtil` - [x] `./gradlew :iceberg-core:spotlessCheck` --- **AI Disclosure** - Model: Cursor Grok 4.6 - Platform/Tool: Cursor - Human Oversight: unreviewed - Prompt Summary: Drop stale file_path avg value sizes in rewrite_table_path as a follow-up to #17451. -- 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]
