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 5e22cd6 + a741982 commit 7800cf4Copy full SHA for 7800cf4
iceberg-rust/src/table/transaction/operation.rs
@@ -155,7 +155,6 @@ impl Operation {
155
.with_status(Status::Added)
156
.with_data_file(data_file)
157
.build()
158
- .map_err(crate::spec::error::Error::from)
159
.map_err(Error::from)
160
});
161
@@ -165,7 +164,6 @@ impl Operation {
165
164
166
167
168
169
170
171
0 commit comments