We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9a1319 commit 8b6e5d2Copy full SHA for 8b6e5d2
datafusion/physical-plan/src/sorts/sort.rs
@@ -89,8 +89,9 @@ impl ExternalSorterMetrics {
89
/// 1. get a non-empty new batch from input
90
///
91
/// 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.
+/// buffer the batch in memory.
+///
94
+/// 2.1 if memory is sufficient, buffer batch in memory, go to 1.
95
96
/// 2.2 if no more memory is available, sort all buffered batches and
97
/// spill to file. buffer the next batch in memory, go to 1.
0 commit comments