mapleFU commented on code in PR #36377:
URL: https://github.com/apache/arrow/pull/36377#discussion_r1257299928
##########
cpp/src/parquet/arrow/writer.cc:
##########
@@ -469,6 +415,30 @@ class FileWriterImpl : public FileWriter {
return writer_->metadata();
}
+ Status WriteTableUnbuffered(const Table& table, int64_t chunk_size) {
Review Comment:
Also, this more write more than one rowgroup(at least a row-group is
written), so I guess `WriteTable` is ok?
--
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]