Skip to content

Commit 7ecabff

Browse files
c-thielFokko
andauthored
Update crates/iceberg/src/spec/view_metadata_builder.rs
Co-authored-by: Fokko Driesprong <[email protected]>
1 parent 2cc2beb commit 7ecabff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: crates/iceberg/src/spec/view_metadata_builder.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ use crate::ViewCreation;
4444
pub struct ViewMetadataBuilder {
4545
metadata: ViewMetadata,
4646
changes: Vec<ViewUpdate>,
47-
last_added_schema_id: Option<i32>,
48-
last_added_version_id: Option<i32>,
47+
last_added_schema_id: Option<SchemaId>,
48+
last_added_version_id: Option<SchemaId>,
4949
history_entry: Option<ViewVersionLog>,
5050
// Previous view version is only used during build to check
5151
// weather dialects are dropped or not.

0 commit comments

Comments
 (0)