We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cc2beb commit 7ecabffCopy full SHA for 7ecabff
crates/iceberg/src/spec/view_metadata_builder.rs
@@ -44,8 +44,8 @@ use crate::ViewCreation;
44
pub struct ViewMetadataBuilder {
45
metadata: ViewMetadata,
46
changes: Vec<ViewUpdate>,
47
- last_added_schema_id: Option<i32>,
48
- last_added_version_id: Option<i32>,
+ last_added_schema_id: Option<SchemaId>,
+ last_added_version_id: Option<SchemaId>,
49
history_entry: Option<ViewVersionLog>,
50
// Previous view version is only used during build to check
51
// weather dialects are dropped or not.
0 commit comments