alamb commented on code in PR #12145:
URL: https://github.com/apache/datafusion/pull/12145#discussion_r1730308736


##########
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:
   I double checked by building the docs locally
   
   This link looks like this:
   <img width="1042" alt="Screenshot 2024-08-25 at 6 59 37 AM" 
src="https://github.com/user-attachments/assets/3d71d743-1fb5-4fb7-bd68-68c084422ca5";>
   
   
   And it goes to this link:
   https://docs.rs/futures/latest/futures/stream/trait.Stream.html
   
   Is that what you mean by link to `futures-core`? Or do you mean something 
else?



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to