wgtmac commented on issue #3171:
URL: https://github.com/apache/parquet-java/issues/3171#issuecomment-2719490468

   I think this is expected from the layered design. The 
`InternalParquetRecordWriter.flushRowGroupToStore()` method simply flushes all 
column chunks to the `ParquetFileWriter` which forwards the write to the 
`PositionOutputStream`. The `PositionOutputStream` decides the timing to flush 
the data to the file.


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