Skip to content

Commit e585efb

Browse files
Widen pattern in new_data_sequence_number
1 parent d13d10e commit e585efb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • iceberg-rust/src/table/transaction

iceberg-rust/src/table/transaction/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ impl<'table> TableTransaction<'table> {
198198
if let Some(Operation::Append {
199199
branch: _,
200200
ref mut dsn_groups,
201-
additional_summary: None,
201+
..
202202
}) = self.operations[APPEND_INDEX]
203203
{
204204
dsn_groups.push(DsnGroup {

0 commit comments

Comments
 (0)