Skip to content

Commit 8b6e5d2

Browse files
authored
minor: fix doc comment (#15733)
* minor * fix
1 parent a9a1319 commit 8b6e5d2

File tree

1 file changed

+3
-2
lines changed
  • datafusion/physical-plan/src/sorts

1 file changed

+3
-2
lines changed

datafusion/physical-plan/src/sorts/sort.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ impl ExternalSorterMetrics {
8989
/// 1. get a non-empty new batch from input
9090
///
9191
/// 2. check with the memory manager there is sufficient space to
92-
/// buffer the batch in memory 2.1 if memory sufficient, buffer
93-
/// batch in memory, go to 1.
92+
/// buffer the batch in memory.
93+
///
94+
/// 2.1 if memory is sufficient, buffer batch in memory, go to 1.
9495
///
9596
/// 2.2 if no more memory is available, sort all buffered batches and
9697
/// spill to file. buffer the next batch in memory, go to 1.

0 commit comments

Comments
 (0)