Fokko commented on code in PR #6437: URL: https://github.com/apache/iceberg/pull/6437#discussion_r1052182472
########## python/pyiceberg/io/pyarrow.py: ########## @@ -44,8 +49,14 @@ S3FileSystem, ) -from pyiceberg.expressions import BooleanExpression, BoundTerm, Literal -from pyiceberg.expressions.visitors import BoundBooleanExpressionVisitor +from pyiceberg.avro.resolver import promote Review Comment: I've split this out into two visitors, one solely for promoting types, and one for converting it into a reader -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org