alamb commented on code in PR #16738:
URL: https://github.com/apache/datafusion/pull/16738#discussion_r2379924106
##########
datafusion/datasource-parquet/src/file_format.rs:
##########
@@ -1515,13 +1498,11 @@ fn spawn_parquet_parallel_serialization_task(
SpawnedTask::spawn(async move {
let max_buffer_rb =
parallel_options.max_buffered_record_batches_per_stream;
let max_row_group_rows = writer_props.max_row_group_size();
+ let mut row_group_index = 0;
+ let col_writers =
Review Comment:
It is really nice to use the `ArrowRowGroupWriterFactory` API here for all
writing on both paths 👍
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]