kevinjqliu commented on issue #953: URL: https://github.com/apache/iceberg-python/issues/953#issuecomment-2243774010
The issue might be in `_parse_row_filter` function ``` (Pdb) _parse_row_filter("employment = 'Employed'") EqualTo(term=Reference(name='employment'), literal=literal('Employed')) (Pdb) _parse_row_filter("employment.status = 'Employed'") EqualTo(term=Reference(name='status'), literal=literal('Employed')) ``` Notice in the second case, the `employment` field was dropped -- 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