metesynnada commented on code in PR #5584: URL: https://github.com/apache/arrow-datafusion/pull/5584#discussion_r1138182981
########## datafusion/core/src/dataframe.rs: ########## @@ -930,10 +932,11 @@ impl DataFrame { self, path: &str, writer_properties: Option<WriterProperties>, + save_mode: FileWriterSaveMode, Review Comment: I saw that option, however, it would better to be have a general `***WriterOptions`, like we have `ParquetReadOptions`, `CsvReadOptions`, `AvroReadOptions` etc. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org