forked from apache/arrow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-7547: [C++][Dataset][Python] Add ParquetFileFormat options
Add parquet reader and arrow reader options to file format Closes apache#6235 from bkietz/7547-Python-Dataset-Additional and squashes the following commits: 850125e <Benjamin Kietzman> msvc fix: don't use std::function 8b63349 <Benjamin Kietzman> msvc fix: an explicit function object for table constructor as well 1b2aeeb <Benjamin Kietzman> don't check schema metadata in file_parquet_test cb0cefd <Benjamin Kietzman> don't require equivalent metadata in InspectDictEncoded f46b0cc <Benjamin Kietzman> revert to enable_shared_from_this cf30168 <Benjamin Kietzman> address review comments 61f98db <Benjamin Kietzman> only #include file_parquet.h when parquet is built 9d9a342 <Benjamin Kietzman> msvc fix, attempt 2 990833c <Benjamin Kietzman> amend doccomments for use_buffered_stream/buffer_size df2a2f6 <Benjamin Kietzman> Revert "automatically configure use_buffered_stream for threaded scans" 27ea0d3 <Benjamin Kietzman> automatically configure use_buffered_stream for threaded scans 1412591 <Benjamin Kietzman> msvc fix 30e2c3f <Benjamin Kietzman> add doccomments for parquet format options in R 7d90954 <Benjamin Kietzman> check dictionary field in R test 2e5480a <Benjamin Kietzman> add support for batch_size to InMemorySource 1cd90e8 <Benjamin Kietzman> autopep8 d90fd19 <Benjamin Kietzman> move batch_size to ScanOptions 2b4a37e <Benjamin Kietzman> port reader_options changes to R 55bdce4 <Benjamin Kietzman> namespace reader_options, use strings(names) for dict_columns 7b6d619 <Benjamin Kietzman> add bindings to parquet file format properties in R and python 5540eb9 <Benjamin Kietzman> lint/CI fixes 7546851 <Benjamin Kietzman> update tests to test dictionary read of string columns 22caaa1 <Benjamin Kietzman> refactoring 74d41d3 <Benjamin Kietzman> ARROW-7547: Add ParquetFileFormat options Authored-by: Benjamin Kietzman <[email protected]> Signed-off-by: Benjamin Kietzman <[email protected]>
- Loading branch information
Showing
36 changed files
with
655 additions
and
296 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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.