Skip to content

Commit 9d46c42

Browse files
dataroaringclaude
andcommitted
[fix](compile) Include beta_rowset.h for rowset_id() access
The forward declaration of BetaRowset is insufficient for calling rowset_id() in the log message. Add the full include. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 152eff1 commit 9d46c42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

be/src/storage/segment/lazy_init_segment_iterator.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
#include "storage/segment/lazy_init_segment_iterator.h"
1919

20+
#include "storage/rowset/beta_rowset.h"
2021
#include "storage/segment/segment_loader.h"
2122

2223
namespace doris::segment_v2 {

0 commit comments

Comments
 (0)