Commits


Benjamin Kietzman authored and Joris Van den Bossche committed 9a8bd30e191
ARROW-10248: [Python][Dataset] Always apply Python's default write properties Ensuring that `_create_writer_properties` and `_create_arrow_writer_properties` are called on construction of `ParquetFileWriteProperties` ensures that the python defaults like `store_schema=True` are applied. Closes #8415 from bkietz/10248-Dataset-writing-does-not- Lead-authored-by: Benjamin Kietzman <bengilgit@gmail.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>