Skip to content

Commit c2e1daf

Browse files
authored
Merge pull request JanKaul#272 from Embucket/aosipov/fix_missing_key_metadata_avro_reader
Set default for missing key_metadata field
2 parents 42eae24 + 9bb80de commit c2e1daf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

iceberg-rust-spec/src/spec/manifest_list.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ pub fn manifest_list_schema_v1() -> &'static AvroSchema {
515515
"null",
516516
"bytes"
517517
],
518+
"default": null,
518519
"field-id": 519
519520
}
520521
]
@@ -651,6 +652,7 @@ pub fn manifest_list_schema_v2() -> &'static AvroSchema {
651652
"null",
652653
"bytes"
653654
],
655+
"default": null,
654656
"field-id": 519
655657
}
656658
]

0 commit comments

Comments
 (0)