Skip to content

Commit b484005

Browse files
fix: compile error (#28)
1 parent 7678a47 commit b484005

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/paimon/core/global_index/global_index_scan_impl.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ class GlobalIndexScanImpl : public GlobalIndexScan {
4747
return snapshot_;
4848
}
4949

50-
private:
51-
Status Scan();
52-
5350
Result<std::optional<std::shared_ptr<GlobalIndexResult>>> ParallelScan(
5451
const std::vector<Range>& ranges, const std::shared_ptr<Predicate>& predicate,
5552
const std::shared_ptr<Executor>& executor);
5653

54+
private:
55+
Status Scan();
56+
5757
private:
5858
bool initialized_ = false;
5959
std::shared_ptr<MemoryPool> pool_;

0 commit comments

Comments
 (0)