We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16e3c70 commit d27a1baCopy full SHA for d27a1ba
src/iceberg/manifest_entry.h
@@ -166,6 +166,9 @@ struct ICEBERG_EXPORT DataFile {
166
/// order, and should set sort order id to null. Readers must ignore sort order id for
167
/// position delete files.
168
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;
172
/// Field id: 142
173
/// The _row_id for the first row in the data file.
174
///
0 commit comments