gene-bordegaray commented on code in PR #23480:
URL: https://github.com/apache/datafusion/pull/23480#discussion_r3579778025
##########
datafusion/physical-plan/src/streaming.rs:
##########
@@ -115,6 +116,25 @@ impl StreamingTableExec {
})
}
+ /// Declares the output partitioning of this stream.
+ ///
+ /// `output_partitioning` must describe this plan's current output and have
+ /// the same number of partitions as the stream.
+ pub fn with_output_partitioning(
Review Comment:
surprised this wasn't avaialble before, wondering if there was a reason but
could not think of why 🤔
--
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]