dramaticlly commented on a change in pull request #4262:
URL: https://github.com/apache/iceberg/pull/4262#discussion_r820021340
##########
File path: python/pyproject.toml
##########
@@ -18,6 +18,10 @@
[build-system]
requires = [
"setuptools>=42",
- "wheel"
+ "wheel",
Review comment:
Thank you @samredai for your suggestion for py37 `singledispatch`
backport, I managed to get it working. But mypy is still unable to redefining
the same method and I double checked it's on the [latest
0.931](https://github.com/apache/iceberg/runs/5430406474?check_suite_focus=true#step:5:369)
as you suggested. I am scratching my head trying to see what's the correct way
to make it understand this is not an error,
--
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]