We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c239a6d commit 569b252Copy full SHA for 569b252
src/executor/sort_agg.rs
@@ -58,7 +58,6 @@ impl SortAggExecutor {
58
}
59
60
yield Self::finish_agg(&states);
61
-
62
63
64
fn finish_agg(states: &SmallVec<[Box<dyn AggregationState>; 16]>) -> DataChunk {
0 commit comments