kevinjqliu commented on issue #1295: URL: https://github.com/apache/iceberg-python/issues/1295#issuecomment-2458675423
This one's interesting, we ultimately pushdown filter to pyarrow https://github.com/apache/iceberg-python/blob/36e4de6cca1cc99adaf9579a92cb3a5aec6b9434/pyiceberg/io/pyarrow.py#L1251 And from reading this issue https://github.com/apache/arrow/issues/36283, it seems like `in` is slower than `or` when reading parquet. -- 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