alamb commented on code in PR #4268:
URL: https://github.com/apache/arrow-rs/pull/4268#discussion_r1205835448
##########
parquet/src/file/properties.rs:
##########
@@ -130,6 +130,12 @@ pub struct WriterProperties {
sorting_columns: Option<Vec<SortingColumn>>,
}
+impl Default for WriterProperties {
+ fn default() -> Self {
+ Self::builder().build()
+ }
+}
+
impl WriterProperties {
Review Comment:
Thank you -- I think having them both is the best UX for users. Thank you 🙏
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]