Skip to content

Commit 9bb80de

Browse files
committed
Set default for missing key_metadata field
1 parent 42eae24 commit 9bb80de

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)