Skip to content

Commit 65ca891

Browse files
committed
fix: remove GetSpillChannelIdsSnapshot function
1 parent e980482 commit 65ca891

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/paimon/core/mergetree/external_sort_buffer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ class ExternalSortBuffer : public SortBuffer {
6565
private:
6666
void DoClear();
6767
bool HasSpilledData() const;
68-
std::vector<FileIOChannel::ID> GetSpillChannelIdsSnapshot() const;
6968
Result<std::vector<std::unique_ptr<KeyValueRecordReader>>> CollectSpillReaders() const;
7069
Result<int64_t> SpillToDisk(std::vector<std::unique_ptr<KeyValueRecordReader>>&& readers,
7170
int32_t write_batch_size);

0 commit comments

Comments
 (0)