ozankabak commented on code in PR #8127: URL: https://github.com/apache/arrow-datafusion/pull/8127#discussion_r1389878799
########## datafusion/physical-plan/src/repartition/mod.rs: ########## @@ -15,9 +15,9 @@ // specific language governing permissions and limitations // under the License. -//! The repartition operator maps N input partitions to M output partitions based on a -//! partitioning scheme (according to flag `preserve_order` ordering can be preserved during -//! repartitioning if its input is ordered). +//! [`RepartitionExec`] operator that maps N input partitions to M output +//! partitions based on a partitioning scheme, optionally maintaining the order +//! of the input rows in the output. Review Comment: ```suggestion //! The [`RepartitionExec`] operator maps N input partitions to M output //! partitions based on a partitioning scheme, optionally maintaining the //! order of the input rows in the output. ``` -- 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]
