We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca0fdf7 commit bcca79aCopy full SHA for bcca79a
1 file changed
iceberg-rust/src/catalog/commit.rs
@@ -447,7 +447,8 @@ pub fn apply_table_updates(
447
metadata.current_schema_id = added_schema_id;
448
} else {
449
return Err(Error::InvalidFormat(
450
- "Cannot set current schema to -1 without adding a schema first".to_string(),
+ "Cannot set current schema to -1 without adding a schema first"
451
+ .to_string(),
452
));
453
}
454
@@ -483,7 +484,8 @@ pub fn apply_table_updates(
483
484
metadata.default_sort_order_id = added_sort_order_id;
485
486
- "Cannot set default sort order to -1 without adding a sort order first".to_string(),
487
+ "Cannot set default sort order to -1 without adding a sort order first"
488
489
490
491
0 commit comments