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

   ## What changed
   
   Document that IPC reader APIs accept a file path for the `source` parameter,
   consistent with existing writer documentation.
   
   ## Affected APIs
   
   - pyarrow.ipc.open_file
   - pyarrow.ipc.open_stream
   - pyarrow.ipc.RecordBatchFileReader
   - pyarrow.ipc.RecordBatchStreamReader
   
   ## Why
   
   These APIs already accept file paths, but this behavior was undocumented.
   This PR aligns the reader documentation with actual behavior and with
   the corresponding writer APIs.
   
   Fixes #46927
   


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