save-buffer commented on a change in pull request #11455:
URL: https://github.com/apache/arrow/pull/11455#discussion_r732940494
##########
File path: python/pyarrow/parquet.py
##########
@@ -687,7 +687,43 @@ def __exit__(self, *args, **kwargs):
# return false since we want to propagate exceptions
return False
+ def write(self, table_or_batch):
+ """
+ Write RecordBatch or Table to stream.
Review comment:
Ah yeah I just copy-pasted :) Should be better now.
--
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]