Skip to content

Commit

Permalink
made it possible to clone a delta table
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyshazam authored and rtyler committed Feb 1, 2024
1 parent 5518261 commit 18232bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/core/src/table/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<DeltaTableState>,
Expand Down

0 comments on commit 18232bd

Please sign in to comment.