We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 111d0f3 commit f9061ccCopy full SHA for f9061cc
crates/iceberg/src/catalog/mod.rs
@@ -268,6 +268,10 @@ pub struct TableCreation {
268
}
269
270
/// TableCommit represents the commit of a table in the catalog.
271
+///
272
+/// The builder is marked as private since it's dangerous and error-prone to construct
273
+/// [`TableCommit`] directly.
274
+/// Users are supposed to use [`crate::transaction::Transaction`] to update table.
275
#[derive(Debug, TypedBuilder)]
276
#[builder(build_method(vis = "pub(crate)"))]
277
pub struct TableCommit {
0 commit comments