Skip to content

Commit 170607a

Browse files
committed
fix
1 parent b99bacd commit 170607a

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/paimon/core/mergetree/external_sort_buffer.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ class ExternalSortBuffer : public SortBuffer {
8585
const std::shared_ptr<FieldsComparator>& user_defined_seq_comparator,
8686
const CoreOptions& options,
8787
const std::shared_ptr<FileIOChannel::Enumerator>& spill_channel_enumerator,
88-
bool enable_multi_thread_spill,
89-
const std::shared_ptr<MemoryPool>& pool);
88+
bool enable_multi_thread_spill, const std::shared_ptr<MemoryPool>& pool);
9089

9190
std::unique_ptr<InMemorySortBuffer> in_memory_buffer_;
9291

0 commit comments

Comments
 (0)