Skip to content

Commit

Permalink
fix: convert last checkpoint json keys to camelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
feniljain committed Sep 19, 2024
1 parent b3b23be commit cfdfebe
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 @@ -30,6 +30,7 @@ pub mod state_arrow;

/// Metadata for a checkpoint file
#[derive(Serialize, Deserialize, Debug, Default, Clone, Copy)]
#[serde(rename_all = "camelCase")]
pub struct CheckPoint {
/// Delta table version
pub(crate) version: i64, // 20 digits decimals
Expand Down

0 comments on commit cfdfebe

Please sign in to comment.