alamb commented on code in PR #18074: URL: https://github.com/apache/datafusion/pull/18074#discussion_r2448777187
########## datafusion/datasource/src/write/demux.rs: ########## @@ -68,6 +68,11 @@ pub type DemuxedStreamReceiver = UnboundedReceiver<(Path, RecordBatchReceiver)>; /// be written with the extension from the path. Otherwise the default extension /// will be used and the output will be split into multiple files. /// +/// Output file guarantees: Review Comment: 👍 -- 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]
