[
https://issues.apache.org/jira/browse/ARROW-13668?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Weston Pace resolved ARROW-13668.
---------------------------------
Fix Version/s: 6.0.0
Resolution: Fixed
Issue resolved by pull request 11455
[https://github.com/apache/arrow/pull/11455]
> [Python] Add `write_batch` and `write` methods to `ParquetWriter`
> -----------------------------------------------------------------
>
> Key: ARROW-13668
> URL: https://issues.apache.org/jira/browse/ARROW-13668
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Python
> Reporter: Weston Pace
> Assignee: Sasha Krassovsky
> Priority: Major
> Labels: beginner, pull-request-available
> Fix For: 6.0.0
>
> Time Spent: 2h
> Remaining Estimate: 0h
>
> pyarrow.csv.CsvWriter, pyarrow.ipc.RecordBatchFileWriter, and
> pyarrow.ipc.RecordBatchStreamWriter all have three writing methods, "write"
> (which accepts a table or a record batch), "write_batch", and "write_table".
> pyarrow.parquet.ParquetWriter only has "write_table". It should be trivial
> enough to add the other two methods and will help to have a consistent
> interface.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)