Skip to content
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

ARROW-7625: [Parquet][GLib] Add support for writer properties #6336

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
739155d
ARROW-7625: [Parquet][GLib] Add support for writer properties
shiro615 Feb 1, 2020
27f043d
Omit test cases if Parquet is not installed
shiro615 Feb 1, 2020
5b0c40e
Use parquet::WriterProperties::Builder internally
shiro615 Feb 5, 2020
1a409cf
Create parquet::WriterPropertiesBuilder in gparquet_writer_properties…
shiro615 Feb 6, 2020
901c030
Call WriterProperties::compression() in gparquet_writer_properties_ge…
shiro615 Feb 6, 2020
be43048
Cache build() result
shiro615 Feb 6, 2020
79113cf
Fix test cases
shiro615 Feb 7, 2020
32a3222
Add other properties
shiro615 Feb 7, 2020
a3a88a0
Enable Parquet on macOS CI
shiro615 Feb 7, 2020
8770cd3
Rename gparquet_writer_properties_get_compression to gparquet_writer_…
shiro615 Feb 11, 2020
ce4b5df
Fix argument names
shiro615 Feb 11, 2020
e52a020
Rename gparquet_writer_properties_dictionary_enabled to gparquet_writ…
shiro615 Feb 11, 2020
0bdc266
Simplify argument names
shiro615 Feb 11, 2020
3c63e62
Use page_size instead of pagesize
shiro615 Feb 11, 2020
6222af9
Refactor
shiro615 Feb 11, 2020
579a0e0
Use not-specified instead of a_column
shiro615 Feb 11, 2020
d425b79
Add path argument
shiro615 Feb 11, 2020
2350297
Add const for path
shiro615 Feb 11, 2020
5c50464
Fix test cases
shiro615 Feb 11, 2020
5886091
Add version macros
shiro615 Feb 11, 2020
739c6ce
Delete an extra line
shiro615 Feb 15, 2020
c0ba797
Add a newline as paragraph separator.
kou Feb 26, 2020
03ec917
Add path argument to enable_dictionary() and disable_dictionary()
kou Feb 26, 2020
86b8780
Use "path" for "dot string" in Parquet GLib
kou Feb 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
ARROW_HOME: /usr/local
ARROW_JEMALLOC: OFF
ARROW_ORC: OFF
ARROW_PARQUET: ON
ARROW_WITH_BROTLI: ON
ARROW_WITH_LZ4: ON
ARROW_WITH_SNAPPY: ON
Expand Down
Loading