kevinjqliu opened a new issue, #2776: URL: https://github.com/apache/iceberg-python/issues/2776
### Feature Request / Improvement We dont use `FileScanTask`'s `start` and `length` fields at all. https://github.com/apache/iceberg-python/blob/36baca9fc4c0862c4ed5c7d74168ab29585777da/pyiceberg/table/__init__.py#L1803-L1804 I think we can just remove them This has the additional benefits of aligning closer with the REST spec definition of FileScanTask: https://github.com/apache/iceberg/blob/0d4d3a562ffd339faae7e1db41c2068dc77920e8/open-api/rest-catalog-open-api.py#L1475-L1486 -- 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]
