-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-6532 [R] write_parquet() uses writer properties (general and arrow specific) #5451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
romainfrancois
wants to merge
31
commits into
apache:master
from
romainfrancois:ARROW-6532/write_parquet_compression
Closed
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
9ed32b6
Make write_parquet() generic, internal impl using streams rather than…
romainfrancois aa34095
passing down the right stream
romainfrancois 0e09ac8
lint
romainfrancois 1b84ad4
Exposing classes parquet::arrow::ArrowWriterProperties and parquet::a…
romainfrancois 09ea0ad
+ ParquetWriterProperties$create() and associated ParquetWriterProper…
romainfrancois fa8990b
Expose options from ParquetWriterProperties and ParquetArrowWriterPro…
romainfrancois b8337e1
lint
romainfrancois 2dd2cb9
+ compression_level= in write_parquet()
romainfrancois 1e3b5b6
document()
romainfrancois 2f2ae00
More flexible compression= and compression_level=
romainfrancois 4055f67
More flexible arguments use_dictionary= and write_statistics=
romainfrancois 1166264
using make_valid_time_unit()
romainfrancois 738ea6e
Remove $default() methods and use $create() wityh default arguments i…
romainfrancois 72caaab
using assert_that()
romainfrancois 7f1c184
align arguments following tidyverse style guide
romainfrancois d318a66
==.Table
romainfrancois 6c4f003
add test helper so that we actually can test parquet roundtrip
romainfrancois 86d9ff4
Remove the _ from builder classes
romainfrancois 004cf90
M%ake compression_from_name() vectorized
romainfrancois 9bee8de
define and use internal make_valid_version() function
romainfrancois 1fdcc0b
suggestsions from @nealrichardson
romainfrancois 00cc214
abstract various ParquetWriterPropertiesBuilder$set_*() methods
romainfrancois 5ade52d
wrong length for use_dictionary and write_statistics
romainfrancois c5549de
Test ==.Table
romainfrancois 66c51fd
added all.equal.Object() that uses ==
romainfrancois 45ec63b
Update r/R/parquet.R
romainfrancois 56dac33
Move read_parquet() and write_parquet() to top of the file
romainfrancois ecd9218
rework documentation for write_parquet()
romainfrancois 9aff79b
implement ==.Object that calls $Equals instead of implementing for ea…
romainfrancois 50555f8
rename arguments to `x` and `sink`
romainfrancois 413dd41
test make_valid_version()
romainfrancois File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.