matko opened a new pull request, #1006:
URL: https://github.com/apache/datafusion-python/pull/1006

   # Which issue does this PR close?
   Closes #1005 .
   
   This is still a draft. Todo list:
   - [x] `DataFrameWriteOptions`
   - [ ] CsvOptions
   - [ ] JsonOptions
   - [ ] TableParquetOptions
   
   # What changes are included in this PR?
   `dataframe.write_csv(...)`, `dataframe.write_json(...)` and 
`dataframe.write_parquet` now take an additional optional argument 
`write_options`, corresponding with `DataFrameWriteOptions` in datafusion. This 
is a dictionary with the following optional keys:
   - "insert_operation": one of "append", "overwrite" or "replace", 
corresponding to `InsertOp` in datafusion.
   - "single_file_option": a boolean
   - "partition_by": list of strings, names of columns to hive partition on
   - "sort_by": list of sort expressions
   
   # Are there any user-facing changes?
   


-- 
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...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to