comphead commented on code in PR #12145:
URL: https://github.com/apache/datafusion/pull/12145#discussion_r1730133136
##########
datafusion/physical-expr/src/partitioning.rs:
##########
@@ -24,8 +24,8 @@ use crate::{physical_exprs_equal, EquivalenceProperties,
PhysicalExpr};
/// Output partitioning supported by [`ExecutionPlan`]s.
///
-/// When `executed`, `ExecutionPlan`s produce one or more independent stream
of
-/// data batches in parallel, referred to as partitions. The streams are Rust
+/// Calling [`ExecutionPlan::execute`] produce one or more independent streams
of
+/// [`RecordBatch`]es in parallel, referred to as partitions. The streams are
Rust
/// `async` [`Stream`]s (a special kind of future). The number of output
Review Comment:
perhaps we can add the link to the `futures-core` crate which backs streams
?
--
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]