Skip to content

Commit

Permalink
Preparing to correctly writing dicts into multiple row groups
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Sep 13, 2024
1 parent 26438cb commit f81aea6
Show file tree
Hide file tree
Showing 5 changed files with 113 additions and 77 deletions.
4 changes: 4 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
`write_parquet()`, to specify how the columns of a data frame should
be mapped to Parquet types.

- `write_parquet()` can now write multiple row groups. By default it puts
at most 10 million rows into a single row group. You can choose the
row groups manually with the `row_groups` argument.

- Newly supported type conversions in `write_parquet()` via the
schema argument:

Expand Down
Loading

0 comments on commit f81aea6

Please sign in to comment.