Skip to content

Commit 978c244

Browse files
committed
new lock
1 parent 3973099 commit 978c244

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

crates/iceberg/public-api.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2025,9 +2025,6 @@ pub fn iceberg::spec::ManifestList::eq(&self, other: &iceberg::spec::ManifestLis
20252025
impl core::fmt::Debug for iceberg::spec::ManifestList
20262026
pub fn iceberg::spec::ManifestList::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
20272027
impl core::marker::StructuralPartialEq for iceberg::spec::ManifestList
2028-
pub struct iceberg::spec::ManifestListReader
2029-
impl iceberg::spec::ManifestListReader
2030-
pub async fn iceberg::spec::ManifestListReader::load(&self) -> iceberg::Result<iceberg::spec::ManifestList>
20312028
pub struct iceberg::spec::ManifestListWriter
20322029
impl iceberg::spec::ManifestListWriter
20332030
pub fn iceberg::spec::ManifestListWriter::add_manifests(&mut self, manifests: impl core::iter::traits::iterator::Iterator<Item = iceberg::spec::ManifestFile>) -> iceberg::Result<()>
@@ -3016,7 +3013,6 @@ pub fn iceberg::table::Table::current_schema_ref(&self) -> iceberg::spec::Schema
30163013
pub fn iceberg::table::Table::file_io(&self) -> &iceberg::io::FileIO
30173014
pub fn iceberg::table::Table::identifier(&self) -> &iceberg::TableIdent
30183015
pub fn iceberg::table::Table::inspect(&self) -> iceberg::inspect::MetadataTable<'_>
3019-
pub fn iceberg::table::Table::manifest_list_reader(&self, snapshot: &iceberg::spec::SnapshotRef) -> iceberg::spec::ManifestListReader
30203016
pub fn iceberg::table::Table::metadata(&self) -> &iceberg::spec::TableMetadata
30213017
pub fn iceberg::table::Table::metadata_location(&self) -> core::option::Option<&str>
30223018
pub fn iceberg::table::Table::metadata_location_result(&self) -> iceberg::Result<&str>
@@ -3668,5 +3664,5 @@ pub type iceberg::memory::MemoryCatalogBuilder::C = iceberg::memory::MemoryCatal
36683664
pub fn iceberg::memory::MemoryCatalogBuilder::load(self, name: impl core::convert::Into<alloc::string::String>, props: std::collections::hash::map::HashMap<alloc::string::String, alloc::string::String>) -> impl core::future::future::Future<Output = iceberg::Result<Self::C>> + core::marker::Send
36693665
pub fn iceberg::memory::MemoryCatalogBuilder::with_runtime(self, runtime: iceberg::Runtime) -> Self
36703666
pub fn iceberg::memory::MemoryCatalogBuilder::with_storage_factory(self, storage_factory: alloc::sync::Arc<dyn iceberg::io::StorageFactory>) -> Self
3671-
pub async fn iceberg::drop_table_data(io: &iceberg::io::FileIO, metadata: &iceberg::spec::TableMetadata, metadata_location: core::option::Option<&str>) -> iceberg::Result<()>
3667+
pub async fn iceberg::drop_table_data(table_info: iceberg::table::Table) -> iceberg::Result<()>
36723668
pub type iceberg::Result<T> = core::result::Result<T, iceberg::Error>

0 commit comments

Comments
 (0)