Skip to content

Commit 14dd034

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 14dd034

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
@@ -73,6 +73,7 @@
7373
#include "olap/tablet_meta_manager.h"
7474
#include "olap/tablet_schema.h"
7575
#include "olap/task/engine_publish_version_task.h"
76+
#include "olap/uncommitted_rowset_registry.h"
7677
#include "olap/task/index_builder.h"
7778
#include "runtime/client_cache.h"
7879
#include "runtime/memory/cache_manager.h"

0 commit comments

Comments
 (0)