RyukR1 opened a new pull request, #3457: URL: https://github.com/apache/iceberg-python/pull/3457
closes #1191 # Rationale for this change `pyiceberg/table/inspect.py` had no docstrings on any of its public or private methods. This PR adds Google-style docstrings to all methods of the `InspectTable` class, including the class-level docstring. This improves discoverability and makes the API self-documenting. ## Are these changes tested? - `make test` — 296 table tests pass ✅ - `make lint` — all 12 checks pass including `pydocstyle` and `mypy` ✅ ## Are there any user-facing changes? No. Docstrings only — no behavior or API changes. -- 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]
