chilin0525 opened a new pull request, #49359:
URL: https://github.com/apache/arrow/pull/49359

   ### Rationale for this change
   
   The docstring example for `filters_to_expression` calls the function without 
any import statement:
   
   
https://github.com/apache/arrow/blob/8c27898d36f45ece9b0d114b3d6c6a42d20bde7f/python/pyarrow/parquet/core.py#L149
   
   ### What changes are included in this PR?
   
   Updated the `filters_to_expression` docstring example to add `import 
pyarrow.parquet as pq` and call the function as 
`pq.filters_to_expression(...)`, making the example self-contained and 
consistent with the rest of the file.
   
   ### Are these changes tested?
   
   Yes.
   
   ### Are there any user-facing changes?
   
   No.
   


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