Skip to content

Commit f98baaa

Browse files
committed
remove comments with no value
1 parent 55436ce commit f98baaa

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

crates/iceberg/src/transaction/add_fields.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ pub struct AddFieldsAction {
3434
}
3535

3636
impl AddFieldsAction {
37-
/// Creates a new `AddFieldsAction` with the given fields.
3837
pub(crate) fn new(fields: Vec<NestedFieldRef>) -> Self {
3938
Self { fields }
4039
}
@@ -189,7 +188,6 @@ mod tests {
189188
let table = make_v2_table();
190189
let tx = Transaction::new(&table);
191190

192-
// required=true but no initial_default
193191
let required_field = NestedFieldRef::new(NestedField::required(
194192
4,
195193
"required_no_default",
@@ -215,7 +213,6 @@ mod tests {
215213
let table = make_v2_table();
216214
let tx = Transaction::new(&table);
217215

218-
// required=true with initial_default set
219216
let required_field_with_default = NestedFieldRef::new(
220217
NestedField::required(
221218
4,

0 commit comments

Comments
 (0)