Skip to content

Commit

Permalink
Merge branch 'alamb/fix_sort' of github.com:alamb/arrow-datafusion in…
Browse files Browse the repository at this point in the history
…to alamb/fix_sort
  • Loading branch information
alamb committed Nov 11, 2023
2 parents 0c492e1 + 4449c52 commit fa7a864
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions datafusion/physical-plan/src/repartition/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
// specific language governing permissions and limitations
// under the License.

//! [`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.
//! This file implements the [`RepartitionExec`] operator, which maps N input
//! partitions to M output partitions based on a partitioning scheme, optionally
//! maintaining the order of the input rows in the output.
use std::pin::Pin;
use std::sync::Arc;
Expand Down

0 comments on commit fa7a864

Please sign in to comment.