jayceslesar opened a new issue, #2121: URL: https://github.com/apache/iceberg-python/issues/2121
### Apache Iceberg version 0.9.1 (latest release) ### Please describe the bug 🐞 When calling `count()` on a `DataScan`, limit is not respected The underlying `ArrowScan` does not get passed the limit param https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/__init__.py#L1940 This results in scans taking longer due to not respecting the limit ### 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