alamb commented on code in PR #8019:
URL: https://github.com/apache/arrow-datafusion/pull/8019#discussion_r1379333050


##########
datafusion/physical-plan/src/lib.rs:
##########
@@ -91,16 +91,26 @@ pub use datafusion_physical_expr::{
 pub use crate::stream::EmptyRecordBatchStream;
 pub use datafusion_execution::{RecordBatchStream, SendableRecordBatchStream};
 
-/// `ExecutionPlan` represent nodes in the DataFusion Physical Plan.
+/// Represent nodes in the DataFusion Physical Plan.
 ///
-/// Each `ExecutionPlan` is partition-aware and is responsible for
-/// creating the actual `async` [`SendableRecordBatchStream`]s
-/// of [`RecordBatch`] that incrementally compute the operator's
-/// output from its input partition.
+/// Calling [`execute`] produces an `async` [`SendableRecordBatchStream`] of
+/// [`RecordBatch`] that incrementally computes a partition of the

Review Comment:
   I added a link to `Partitioning` in this PR and I have made another PR to 
try and document better what partitioning means: 
https://github.com/apache/arrow-datafusion/pull/8022 -- please take a look when 
you have time. 



-- 
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]

Reply via email to