This is an automated email from the ASF dual-hosted git repository.
liurenjie1024 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iceberg-rust.git
The following commit(s) were added to refs/heads/main by this push:
new a888bd8 Derive Clone for TableUpdate (#402)
a888bd8 is described below
commit a888bd87f571691979a805429b7db82dbcb6f2df
Author: Christian <[email protected]>
AuthorDate: Wed Jun 12 06:18:26 2024 +0200
Derive Clone for TableUpdate (#402)
---
crates/iceberg/src/catalog/mod.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crates/iceberg/src/catalog/mod.rs
b/crates/iceberg/src/catalog/mod.rs
index 219f5f3..195dcf3 100644
--- a/crates/iceberg/src/catalog/mod.rs
+++ b/crates/iceberg/src/catalog/mod.rs
@@ -332,7 +332,7 @@ pub enum TableRequirement {
}
/// TableUpdate represents an update to a table in the catalog.
-#[derive(Debug, Serialize, Deserialize, PartialEq)]
+#[derive(Debug, Serialize, Deserialize, PartialEq, Clone)]
#[serde(tag = "action", rename_all = "kebab-case")]
pub enum TableUpdate {
/// Upgrade table's format version