Fokko commented on code in PR #881:
URL: https://github.com/apache/iceberg-python/pull/881#discussion_r1667000258
##########
mkdocs/docs/contributing.md:
##########
@@ -88,6 +88,16 @@ In contrast to the name suggest, it doesn't run the checks
on the commit. If thi
You can bump the integrations to the latest version using `pre-commit
autoupdate`. This will check if there is a newer version of
`{black,mypy,isort,...}` and update the yaml.
+## Cleaning
+
+Removal of old cached files generated during the Cython build process:
+
+```bash
+make clean
+```
+
+Helps prevent build failures and unexpected behavior by removing outdated
files, ensuring that only up-to-date sources are used & build environment is
always clean.
Review Comment:
```suggestion
Helps prevent build failures and unexpected behavior by removing outdated
files, ensuring that only up-to-date sources are used & the build environment
is always clean.
```
--
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]