jiakai-li opened a new issue, #1421: URL: https://github.com/apache/iceberg-python/issues/1421
### Apache Iceberg version None ### Please describe the bug 🐞 When I was learning the code, I noticed currently the `DataScan` class doesn't respect `case_sensitive` when it plans files. Here is [reference](https://github.com/apache/iceberg-python/blob/ede363bd63640f3db6c3b3d6904a5765dafd2600/pyiceberg/table/__init__.py#L1314) This means we can't do this: ```python # case_sensitive is not taking effect data_scan = table.scan(row_filter=row_filter, case_sensitive=False) ``` ### Willingness to contribute - [X] I can contribute a fix for this bug independently - [ ] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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.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