Skip to content

[Python][Parquet] Reorganize Parquet reader docstrings - #51339

Closed
KHARSHAVARDHAN-eng wants to merge 4 commits into
apache:mainfrom
KHARSHAVARDHAN-eng:gh-51265-reorganize-parquet-reader-docstrings
Closed

KHARSHAVARDHAN-eng wants to merge 4 commits into
apache:mainfrom
KHARSHAVARDHAN-eng:gh-51265-reorganize-parquet-reader-docstrings

Conversation

@KHARSHAVARDHAN-eng

Copy link
Copy Markdown

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

  • Centralized common Parquet reader option documentation.
  • Separated dataset-specific options from common reader options.
  • Reused the shared fragments across the relevant reader APIs.
  • Preserved existing documentation content and behavior.

Validation

  • git diff --check
  • python3 -m py_compile python/pyarrow/parquet/core.py
  • Focused runtime validation of the affected docstrings.

Fixes #51265

@github-actions

Copy link
Copy Markdown

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?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

After updating the title, you can mark the pull request as ready for review.

See also:

@github-actions

Copy link
Copy Markdown

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:

@github-actions github-actions Bot closed this Sep 15, 2026
@github-actions github-actions Bot added the awaiting review Awaiting review label Sep 15, 2026
@KHARSHAVARDHAN-eng

Copy link
Copy Markdown
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Python][Parquet] Reorganize Parquet reader docstrings

1 participant