rambleraptor commented on PR #3965: URL: https://github.com/apache/iceberg-python/pull/3965#issuecomment-5670627985
@kevinjqliu we very much should not...yet. Mypy and ty have conflicting views on which `# type: ignore` statements are necessary / not. Some of those `type: ignore` statements are necessary because mypy believes the pyarrow import resolves as an Any... which isn't true and the source of our issues here. Once we get `ty` in a good place, the last PR will have to be removing the unnecessary `type: ignore` statements as we move over to ty. -- 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]
