This is an automated email from the ASF dual-hosted git repository.
hellostephen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 5d7a278dd09 [minor](refactor) Remove unused function (#58183)
5d7a278dd09 is described below
commit 5d7a278dd096e538160245b7f2358dfe7e78b01b
Author: Gabriel <[email protected]>
AuthorDate: Fri Nov 21 17:18:36 2025 +0800
[minor](refactor) Remove unused function (#58183)
---
be/src/vec/common/sort/heap_sorter.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/be/src/vec/common/sort/heap_sorter.h
b/be/src/vec/common/sort/heap_sorter.h
index 3d8b3cfd60a..a163afa379a 100644
--- a/be/src/vec/common/sort/heap_sorter.h
+++ b/be/src/vec/common/sort/heap_sorter.h
@@ -49,7 +49,6 @@ public:
}
private:
- Status _prepare_sort_descs(Block* block);
void _do_filter(MergeSortCursorImpl& block, size_t num_rows);
size_t _data_size = 0;
size_t _heap_size = 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]