pepijnve commented on code in PR #18074:
URL: https://github.com/apache/datafusion/pull/18074#discussion_r2432378501
##########
datafusion/datasource/src/write/demux.rs:
##########
@@ -171,6 +171,22 @@ async fn row_count_demuxer(
max_rows_per_file
};
+ // Single-file output requires creating at least one file stream in
advance.
+ // If no record batches are present in the input stream (zero-row
scenario),
Review Comment:
I think there might a bit missing from this comment. Sentence doesn't seem
complete.
--
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]