Commit 14dd034
[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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
0 commit comments