KHARSHAVARDHAN-eng opened a new pull request, #51339:
URL: https://github.com/apache/arrow/pull/51339

   ### 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


-- 
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]

Reply via email to