Skip to content

Commit

Permalink
ARROW-7625: [Parquet][GLib] Add support for writer properties
Browse files Browse the repository at this point in the history
Closes #6336 from shiro615/glib-parquet-writer-options and squashes the following commits:

86b8780 <Sutou Kouhei> Use "path" for "dot string" in Parquet GLib
03ec917 <Sutou Kouhei> Add path argument to enable_dictionary() and disable_dictionary()
c0ba797 <Sutou Kouhei> Add a newline as paragraph separator.
739c6ce <Yosuke Shiro> Delete an extra line
5886091 <Yosuke Shiro> Add version macros
5c50464 <Yosuke Shiro> Fix test cases
2350297 <Yosuke Shiro> Add const for path
d425b79 <Yosuke Shiro> Add path argument
579a0e0 <Yosuke Shiro> Use not-specified instead of a_column
6222af9 <Yosuke Shiro> Refactor
3c63e62 <Yosuke Shiro> Use page_size instead of pagesize
0bdc266 <Yosuke Shiro> Simplify argument names
e52a020 <Yosuke Shiro> Rename gparquet_writer_properties_dictionary_enabled to gparquet_writer_properties_is_dictionary_enabled
ce4b5df <Yosuke Shiro> Fix argument names
8770cd3 <Yosuke Shiro> Rename gparquet_writer_properties_get_compression to gparquet_writer_properties_get_compression_dot_string
a3a88a0 <Yosuke Shiro> Enable Parquet on macOS CI
32a3222 <Yosuke Shiro> Add other properties
79113cf <Yosuke Shiro> Fix test cases
be43048 <Yosuke Shiro> Cache build() result
901c030 <Yosuke Shiro> Call WriterProperties::compression() in gparquet_writer_properties_get_compression()
1a409cf <Yosuke Shiro> Create parquet::WriterPropertiesBuilder in gparquet_writer_properties_init()
5b0c40e <Yosuke Shiro> Use parquet::WriterProperties::Builder internally
27f043d <Yosuke Shiro> Omit test cases if Parquet is not installed
739155d <Yosuke Shiro> ARROW-7625:  Add support for writer properties

Lead-authored-by: Yosuke Shiro <yosuke.shiro615@gmail.com>
Co-authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Yosuke Shiro <yosuke.shiro615@gmail.com>
  • Loading branch information
shiro615 and kou committed Feb 27, 2020
1 parent b557587 commit ccbdf3c
Show file tree
Hide file tree
Showing 7 changed files with 533 additions and 12 deletions.
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

0 comments on commit ccbdf3c

Please sign in to comment.