Skip to content

Commit 9f7e359

Browse files
committed
remove append_multiple
1 parent d15feb0 commit 9f7e359

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

iceberg-rust/src/table/manifest_list.rs

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -909,25 +909,6 @@ impl<'schema, 'metadata> ManifestListWriter<'schema, 'metadata> {
909909
/// object_store,
910910
/// ).await?;
911911
/// ```
912-
pub(crate) async fn append_multiple(
913-
&mut self,
914-
data_files: impl Iterator<Item = Result<ManifestEntry, Error>>,
915-
snapshot_id: i64,
916-
n_splits: u32,
917-
object_store: Arc<dyn ObjectStore>,
918-
content: Content,
919-
) -> Result<(), Error> {
920-
self.append_multiple_filtered(
921-
data_files,
922-
snapshot_id,
923-
n_splits,
924-
None::<fn(&Result<ManifestEntry, Error>) -> bool>,
925-
object_store,
926-
content,
927-
)
928-
.await
929-
}
930-
931912
pub(crate) async fn append_multiple_concurrently(
932913
&mut self,
933914
data_files: impl Iterator<Item = Result<ManifestEntry, Error>>,

0 commit comments

Comments
 (0)