Skip to content

Commit

Permalink
Merge branch 'main' into fix/stringify-compact-metadata-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
liamphmurphy authored Mar 22, 2024
2 parents f4bf14a + 22f03b4 commit 5b8655d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/core/src/operations/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ impl PartitionWriter {
self.flush_arrow_writer().await?;
}
}

self.arrow_writer.flush();
Ok(())
}

Expand Down
2 changes: 1 addition & 1 deletion python/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "deltalake-python"
version = "0.16.2"
version = "0.16.3"
authors = ["Qingping Hou <[email protected]>", "Will Jones <[email protected]>"]
homepage = "https://github.com/delta-io/delta-rs"
license = "Apache-2.0"
Expand Down

0 comments on commit 5b8655d

Please sign in to comment.