Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Mar 5, 2025
1 parent b20d39e commit 16de202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/polars-io/src/utils/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ impl Writeable {
match self {
// @RAISE_FILE_CLOSE_ERR
Self::Local(_) => Ok(()),
#[cfg(feature = "cloud")]
Self::Cloud(mut v) => v.close_sync(),
}
}
Expand Down

0 comments on commit 16de202

Please sign in to comment.