rok commented on code in PR #16738:
URL: https://github.com/apache/datafusion/pull/16738#discussion_r2267500445
##########
datafusion/datasource-parquet/src/file_format.rs:
##########
@@ -1749,16 +1732,16 @@ fn spawn_parquet_parallel_serialization_task(
// Do not surface error from closed channel (means
something
// else hit an error, and the plan is shutting down).
Review Comment:
Line 1726 currently seems to cause a deadlock the second time it's hit in
`write_parquet_with_small_rg_size` test. I imagine a thread won't release
column writers while another is trying to use them looping forever or some
version of that. I'm still trying to understand what exactly happens.
--
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]