-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-47989: [Python][Docs] Add filters_to_expression to Parquet API reference #48233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-47989: [Python][Docs] Add filters_to_expression to Parquet API reference #48233
Conversation
DOC: add filters_to_expression to Parquet API reference
|
Thanks for opening a pull request! 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 See also: |
|
Hi, I added |
|
Thanks for the contribution @Sansfear87! I have run the CI and will run the docs preview job, just to check the change renders correctly. |
|
@github-actions crossbow submit preview-docs |
|
Revision: 285c36d Submitted crossbow builds: ursacomputing/crossbow @ actions-f6bd5325ed
|
Thank you for the guidance! I’ll make sure to follow the PR template and title formatting in future PRs. |
AlenkaF
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @Sansfear87, the change looks correct:
https://s3.amazonaws.com/arrow-data/pr_docs/48233/python/api/formats.html#parquet-files
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit c3c56e1. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
Fixes #47989
Adds
filters_to_expressionto the Parquet autosummary section informats.rst.Documentation-only change.
pyarrow.parquet.filters_to_expressionto API reference docs #47989