kevinjqliu commented on issue #953: URL: https://github.com/apache/iceberg-python/issues/953#issuecomment-2245755942
> The issue is only about the NestedField of the StructType became available to the row filter. This is what I'm seeing as well. `table.scan`'s `row_filter` expects a string expression. It's ultimately passed from `to_arrow()` to `project_table` here https://github.com/apache/iceberg-python/blob/ee7e9f066df2763ce7d282e29a5b56c69c13de7e/pyiceberg/io/pyarrow.py#L1169-L1173 I think the bug here is that `row_filter` string expression is not properly parsed for nested structs. -- 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]
