We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99bacd commit 170607aCopy full SHA for 170607a
1 file changed
src/paimon/core/mergetree/external_sort_buffer.h
@@ -85,8 +85,7 @@ class ExternalSortBuffer : public SortBuffer {
85
const std::shared_ptr<FieldsComparator>& user_defined_seq_comparator,
86
const CoreOptions& options,
87
const std::shared_ptr<FileIOChannel::Enumerator>& spill_channel_enumerator,
88
- bool enable_multi_thread_spill,
89
- const std::shared_ptr<MemoryPool>& pool);
+ bool enable_multi_thread_spill, const std::shared_ptr<MemoryPool>& pool);
90
91
std::unique_ptr<InMemorySortBuffer> in_memory_buffer_;
92
0 commit comments