Skip to content

Commit d27a1ba

Browse files
committed
fix: add in memory partition_spec_id
Signed-off-by: Junwang Zhao <[email protected]>
1 parent 16e3c70 commit d27a1ba

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/iceberg/manifest_entry.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,9 @@ struct ICEBERG_EXPORT DataFile {
166166
/// order, and should set sort order id to null. Readers must ignore sort order id for
167167
/// position delete files.
168168
std::optional<int32_t> sort_order_id;
169+
/// This field is not included in spec, so it is not serialized into the manifest file.
170+
/// It is just store in memory representation used in process.
171+
int32_t partition_spec_id;
169172
/// Field id: 142
170173
/// The _row_id for the first row in the data file.
171174
///

0 commit comments

Comments
 (0)