Skip to content

Commit 8317b0e

Browse files
committed
fix: make manifest entry streams self-contained
1 parent 799c474 commit 8317b0e

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

‎src/iceberg/manifest/manifest_reader.h‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#include <vector>
3131

3232
#include "iceberg/iceberg_export.h"
33+
#include "iceberg/manifest/manifest_entry.h"
3334
#include "iceberg/metrics/counter.h"
3435
#include "iceberg/result.h"
3536
#include "iceberg/type_fwd.h"

‎src/iceberg/test/meson.build‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ iceberg_tests = {
110110
'executor_util_test.cc',
111111
'file_io_test.cc',
112112
'formatter_test.cc',
113-
'stream_test.cc',
114113
'lazy_test.cc',
115114
'location_util_test.cc',
116115
'math_util_internal_test.cc',
@@ -119,6 +118,7 @@ iceberg_tests = {
119118
'resolving_file_io_test.cc',
120119
'retry_util_test.cc',
121120
'roaring_position_bitmap_test.cc',
121+
'stream_test.cc',
122122
'string_util_test.cc',
123123
'struct_like_set_test.cc',
124124
'task_group_test.cc',

0 commit comments

Comments
 (0)