Commits

Yosuke Shiro authored ccbdf3c226f
ARROW-7625: [Parquet][GLib] Add support for writer properties Closes #6336 from shiro615/glib-parquet-writer-options and squashes the following commits: 86b878010 <Sutou Kouhei> Use "path" for "dot string" in Parquet GLib 03ec917ef <Sutou Kouhei> Add path argument to enable_dictionary() and disable_dictionary() c0ba797a0 <Sutou Kouhei> Add a newline as paragraph separator. 739c6ce16 <Yosuke Shiro> Delete an extra line 5886091f4 <Yosuke Shiro> Add version macros 5c504640f <Yosuke Shiro> Fix test cases 235029739 <Yosuke Shiro> Add const for path d425b79bb <Yosuke Shiro> Add path argument 579a0e0b0 <Yosuke Shiro> Use not-specified instead of a_column 6222af924 <Yosuke Shiro> Refactor 3c63e6242 <Yosuke Shiro> Use page_size instead of pagesize 0bdc266ca <Yosuke Shiro> Simplify argument names e52a020eb <Yosuke Shiro> Rename gparquet_writer_properties_dictionary_enabled to gparquet_writer_properties_is_dictionary_enabled ce4b5df11 <Yosuke Shiro> Fix argument names 8770cd377 <Yosuke Shiro> Rename gparquet_writer_properties_get_compression to gparquet_writer_properties_get_compression_dot_string a3a88a0c5 <Yosuke Shiro> Enable Parquet on macOS CI 32a3222c1 <Yosuke Shiro> Add other properties 79113cf34 <Yosuke Shiro> Fix test cases be430482a <Yosuke Shiro> Cache build() result 901c0302f <Yosuke Shiro> Call WriterProperties::compression() in gparquet_writer_properties_get_compression() 1a409cfc4 <Yosuke Shiro> Create parquet::WriterPropertiesBuilder in gparquet_writer_properties_init() 5b0c40e8d <Yosuke Shiro> Use parquet::WriterProperties::Builder internally 27f043d75 <Yosuke Shiro> Omit test cases if Parquet is not installed 739155d6c <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>