greenlaw commented on issue #2699: URL: https://github.com/apache/iceberg-python/issues/2699#issuecomment-4793854246
> Nested-field stats collection was fixed with [#2628](https://github.com/apache/iceberg-python/pull/2628) > > Probably can leave this issue open until `write.metadata.metrics.max-inferred-column-defaults` is implemented though. Correction: Stats collection for nested fields was _not_ fixed yet. The referenced PR only fixes the filtering side. It's still not possible to collect statistics on nested struct fields without a monkeypatch to override [these lines](https://github.com/apache/iceberg-python/blob/b8ffdd3059ce5c19b37ac2e5b9918d2fab93f72c/pyiceberg/io/pyarrow.py#L2386-L2389) -- 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]
