[
https://issues.apache.org/jira/browse/ARROW-14742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17581460#comment-17581460
]
Alvin Chunga Mamani edited comment on ARROW-14742 at 8/18/22 5:34 PM:
----------------------------------------------------------------------
The current implementation of the *{{ParquetFileWriter}}* inherits the
{code:java}
FileWriter::Write(RecordBatchReader* batches){code}
{{{{}}{}}}which is the RecordBatchReader support.
This is Similar as *CSVFileWriter*
cc: [~thisisnic]
was (Author: JIRAUSER280323):
The current implementation of the *{{ParquetFileWriter}}* inherits the
{code:java}
FileWriter::Write(RecordBatchReader* batches){code}
{{{}{}}}which is the RecordBatchReader support.
This is Similar as *CSVFileWriter*
cc: [~thisisnic]
{{}}
> [C++] Allow ParquetWriter to take a RecordBatchReader as input
> --------------------------------------------------------------
>
> Key: ARROW-14742
> URL: https://issues.apache.org/jira/browse/ARROW-14742
> Project: Apache Arrow
> Issue Type: New Feature
> Components: C++
> Reporter: Nicola Crane
> Assignee: Alvin Chunga Mamani
> Priority: Critical
>
> Please could we extend the Parquet Writer to not only take a Table or
> RecordBatch as inputs, but also RecordBatchReader? This would be
> super-helpful for opening data as a dataset and writing to a single file.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)