Fokko opened a new issue #4284: URL: https://github.com/apache/iceberg/issues/4284
I was going through the Python code, and noticed that not all examples are valid. For Python there is Doctest to automatically check the examples in the docstring: https://docs.python.org/3/library/doctest.html This will make sure that our examples are up to date, and that can do simple assertions in the docstring 👍🏻 -- 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]
