Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into interleave-bloom
  • Loading branch information
progval authored Jun 13, 2024
commit b434eea1ea8bec8a8c13520a4e3580fa1c24e418
2 changes: 1 addition & 1 deletion parquet/src/file/properties.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ impl WriterPropertiesBuilder {
self
}

/// Sets "created by" property.
/// Sets "created by" property (defaults to `parquet-rs version <VERSION>`).
pub fn set_created_by(mut self, value: String) -> Self {
self.created_by = value;
self
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.