gimgit commented on PR #17504: URL: https://github.com/apache/iceberg/pull/17504#issuecomment-5230007240
@pvary you asked in #12761 whether there's a way to identify non-sorted files — this PR is an attempt at that answer. It adds a read-only `compute_sort_order_stats` procedure that reports per-partition max/avg overlap depth from data file bounds only (no data scan), following the existing `compute_partition_stats` structure. Context and a deterministic two-table reproduction are in #17489. CI is green (39/39). Would you mind taking a look when you get a chance? Thanks! AI-assisted: drafted with LLM assistance and verified end-to-end by me — the sweep-line algorithm, the `preservesOrder` guard, and the reproduction were reviewed and validated independently. Happy to walk through any part in review. -- 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]
