This is an automated email from the ASF dual-hosted git repository.

alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git


The following commit(s) were added to refs/heads/main by this push:
     new 67c6ee2fb0 fix typo in doc of Partitioning (#11612)
67c6ee2fb0 is described below

commit 67c6ee2fb0b8691bc2603d5179c0b51e66e80382
Author: waruto <[email protected]>
AuthorDate: Tue Jul 23 23:59:18 2024 +0800

    fix typo in doc of Partitioning (#11612)
    
    Co-authored-by: jsonwu <[email protected]>
---
 datafusion/physical-expr/src/partitioning.rs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/datafusion/physical-expr/src/partitioning.rs 
b/datafusion/physical-expr/src/partitioning.rs
index 821b2c9fe1..6472dd4748 100644
--- a/datafusion/physical-expr/src/partitioning.rs
+++ b/datafusion/physical-expr/src/partitioning.rs
@@ -84,9 +84,9 @@ use crate::{physical_exprs_equal, EquivalenceProperties, 
PhysicalExpr};
 ///                                                        
└──────────┐│┌──────────┘
 ///                                                                   │││
 ///                                                                   │││
-/// RepartitionExec with one input
-/// that has 3 partitions, but                        3 (async) streams, that 
internally
-/// itself has only 1 output partition                  pull from the same 
input stream
+/// RepartitionExec with 1 input
+/// partition and 3 output partitions                 3 (async) streams, that 
internally
+///                                                    pull from the same 
input stream
 ///                                                                  ...
 /// ```
 ///


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to