anoopj opened a new pull request, #2869: URL: https://github.com/apache/iceberg-rust/pull/2869
## Which issue does this PR close? Closes #2844 ## What changes are included in this PR? Follow-up to #2845. The stopgap there computed partition_type once per manifest file in get_partition_filter to decide resolvability, duplicating the computation the partition filter cache already does on a miss. Move the fallback into the cache's miss path so an unresolvable spec yields a cached always-true filter keyed by spec id, and drop the per-manifest pre-check. Also add a unit test for the constants_map skip on a dropped identity partition source column. ## Are these changes tested? Yes, added a unit test -- 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]
