gabeiglio commented on issue #3758: URL: https://github.com/apache/iceberg-python/issues/3758#issuecomment-5254664882
Hi thanks for reporting this issue. The root cause (as correctly identified) is that manifest partition values already hold partitioned values and the _build_partition_predicate method I introduced referenced it back to the source column which made the value be transformed a second time which evaluated to 0 and skipped the manifest being replaced when pruning the manifests. -- 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]
