enkidulan commented on PR #695: URL: https://github.com/apache/iceberg-python/pull/695#issuecomment-2097627337
I pushed a small update to make Python 3.8 tests pass. I had to replace `collections.abc.Iterator` with `typing.Iterator`, as the former only supports subscripting starting with Python 3.9 - https://docs.python.org/3.11/library/typing.html#typing.Iterator. Sorry that I haven't done that from the start. For some reason, CI only now notified me about the build failing. -- 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