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.
1 parent c87b93c commit db7c74aCopy full SHA for db7c74a
1 file changed
src/query/listing_table_builder.rs
@@ -136,7 +136,6 @@ impl ListingTableBuilder {
136
.list(Some(&object_store::path::Path::from(prefix)))
137
.try_collect::<Vec<_>>()
138
.await
139
- .map_err(Into::into)
140
}));
141
}
142
0 commit comments