[Python][Parquet] Reorganize Parquet reader docstrings - #51339
KHARSHAVARDHAN-eng wants to merge 4 commits into
Conversation
…tiation, and type validation lifetime
Signed-off-by: Harsha Vardhan <harshahvk2005@gmail.com>
|
Thanks for opening a pull request! This pull request has been automatically converted to a draft because its title doesn't match Arrow's required format. If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project. Then could you also rename the pull request title in the following format? or After updating the title, you can mark the pull request as ready for review. See also: |
|
Thanks for opening a pull request! This pull request has been automatically closed because you currently have 4 open pull requests, which is more than the limit of 3. Due to the increase in pull requests opened by AI bots, and in order to keep the review queue manageable, Apache Arrow limits contributors without write access to at most 3 concurrently open pull requests. This helps make sure each pull request gets the attention it needs and that work in progress does not go stale. Once one of your other open pull requests has been merged or closed, you are welcome to reopen this one. See also: |
|
Hi maintainers, just a gentle follow-up on my earlier contributions. I currently have three PRs that have been open since July and are still awaiting review:
I understand the project has a lot of PRs and limited review bandwidth. Whenever you have a chance, I’d really appreciate a review or any feedback on these contributions. I’m happy to make any changes needed. Thanks for your time and for maintaining Apache Arrow! |
What
Deduplicate repeated Parquet reader docstring sections by extracting shared documentation fragments.
Why
Several common reader options are documented repeatedly across Parquet reader APIs. Centralizing these sections reduces duplication and makes future documentation updates easier to maintain.
Changes
Validation
git diff --checkpython3 -m py_compile python/pyarrow/parquet/core.pyFixes #51265