gimgit commented on issue #17489: URL: https://github.com/apache/iceberg/issues/17489#issuecomment-5174068453
I've put up a PR implementing the measurement piece (proposal 1): #17504 — a read-only `compute_sort_order_stats` Spark procedure that reports per-partition max/avg overlap depth from data file bounds only. Running it on the two-table reproduction above returns `max_overlap_depth=8` for the size-healthy table (untouched by sort compaction) and `1` for the control after rewrite. Feedback on naming and output shape is very welcome. -- 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]
