diff --git a/crates/core/src/table/mod.rs b/crates/core/src/table/mod.rs index 7615c72dc3..becebf0501 100644 --- a/crates/core/src/table/mod.rs +++ b/crates/core/src/table/mod.rs @@ -190,6 +190,7 @@ pub enum PeekCommit { } /// In memory representation of a Delta Table +#[derive(Clone)] pub struct DeltaTable { /// The state of the table as of the most recent loaded Delta log entry. pub state: Option,