Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JinheLin committed May 7, 2024
1 parent 9002cc3 commit ab3cca4
Show file tree
Hide file tree
Showing 8 changed files with 300 additions and 457 deletions.
110 changes: 0 additions & 110 deletions dbms/src/Storages/DeltaMerge/ReadThread/CircularScanList.h

This file was deleted.

4 changes: 4 additions & 0 deletions dbms/src/Storages/DeltaMerge/ReadThread/MergedTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,11 @@ class MergedTask
}
void setException(const DB::Exception & e);

#ifndef DBMS_PUBLIC_GTEST
private:
#else
public:
#endif
void initOnce();
int readOneBlock();

Expand Down
Loading

0 comments on commit ab3cca4

Please sign in to comment.