XiaoHongbo-Hope commented on PR #629: URL: https://github.com/apache/paimon-rust/pull/629#issuecomment-5117877454
Thanks for catching this. Fixed in `cdcabab`: `manifest_entries_after_merge` is now captured immediately after ADD/DELETE netting, while `manifest_entries_after_manifest_filters` retains its pre-merge meaning and row-range pruning is reported only through `manifest_entries_pruned_by_row_ranges`. The regression test now distinguishes all three stages (`4` after filters, `2` after merge, `1` pruned by row ranges). All 58 row-range tests pass. -- 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]
