Skip to content

Commit d37bc8d

Browse files
dataroaringclaude
andcommitted
[fix](read-uncommitted) Add missing include for UncommittedRowsetRegistry in olap_server
olap_server.cpp calls remove_expired_entries() on UncommittedRowsetRegistry but only had a forward declaration via storage_engine.h. Add the full header include to fix the incomplete type error. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9afc5a7 commit d37bc8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

be/src/olap/olap_server.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
#include "olap/tablet_schema.h"
7575
#include "olap/task/engine_publish_version_task.h"
7676
#include "olap/task/index_builder.h"
77+
#include "olap/uncommitted_rowset_registry.h"
7778
#include "runtime/client_cache.h"
7879
#include "runtime/memory/cache_manager.h"
7980
#include "runtime/memory/global_memory_arbitrator.h"

0 commit comments

Comments
 (0)