We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 29b81ea + 3a3f9de commit ba78a1fCopy full SHA for ba78a1f
iceberg-rust/src/table/transaction/operation.rs
@@ -149,7 +149,6 @@ impl Operation {
149
.with_status(Status::Added)
150
.with_data_file(data_file)
151
.build()
152
- .map_err(crate::spec::error::Error::from)
153
.map_err(Error::from)
154
});
155
@@ -159,7 +158,6 @@ impl Operation {
159
158
160
161
162
163
164
165
0 commit comments