Skip to content

Commit f288368

Browse files
committed
fix
Signed-off-by: coldWater <forsaken628@gmail.com>
1 parent 44df0b0 commit f288368

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/query/service/src/pipelines/processors/transforms/sort/sort_collect.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,6 @@ where
216216
}
217217
}
218218

219-
fn input_rows(&self) -> usize {
220-
match &self.inner {
221-
Inner::Collect(input_data) | Inner::Spill(input_data, _) => input_data.in_memory_rows(),
222-
_ => 0,
223-
}
224-
}
225-
226219
fn check_spill(&self) -> bool {
227220
if !self.memory_settings.check_spill() {
228221
return false;

0 commit comments

Comments
 (0)