wiedld commented on code in PR #11345:
URL: https://github.com/apache/datafusion/pull/11345#discussion_r1669590080


##########
datafusion/core/src/datasource/file_format/parquet.rs:
##########
@@ -1013,20 +1038,27 @@ async fn concatenate_parallel_row_groups(
     )?;
 
     while let Some(task) = serialize_rx.recv().await {
+        let mut rg_reservation =
+            
MemoryConsumer::new("ParquetSink(SerializedRowGroupWriter)").register(&pool);

Review Comment:
   Same question: does the name used have any uniqueness significance?
   If yes, then we could use the bytes_written offset (prior to start writing 
this row group).



-- 
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]

Reply via email to