Re: arrow-glib 0.10.0

2018-08-23 Thread Brian Bowman
Parquet data to Arrow data and writing Arrow data as Parquet data for now. Thanks, -- kou In <5beed7f6-78f9-474e-8aa3-e40d02e5b...@sas.com> "arrow-glib 0.10.0" on Wed, 22 Aug 2018 20:17:40 +, Brian Bowman wrote: > I hope th

Re: arrow-glib 0.10.0

2018-08-22 Thread Kouhei Sutou
-cpp . So you need to use both Arrow GLib and Parquet GLib. Parquet GLib has only features that reading Parquet data to Arrow data and writing Arrow data as Parquet data for now. Thanks, -- kou In <5beed7f6-78f9-474e-8aa3-e40d02e5b...@sas.com> "arrow-glib 0.10.0" on Wed,

Re: arrow-glib 0.10.0

2018-08-22 Thread Brian Bowman
, 4:17 PM Brian Bowman wrote: > I hope this is not too naïve a question. Is arrow-glib 0.10.0< > https://arrow.apache.org/docs/c_glib/> as capable/robust as the Arrow C++ > library<https://arrow.apache.org/docs/cpp/>, especially with regarding to > rea

Re: arrow-glib 0.10.0

2018-08-22 Thread Wes McKinney
Hi Brian The C GLib library is a wrapper for the C++ library, so it's the same code executing under the hood. Wes On Wed, Aug 22, 2018, 4:17 PM Brian Bowman wrote: > I hope this is not too naïve a question. Is arrow-glib 0.10.0< > https://arrow.apache.org/docs/c_glib/> as

arrow-glib 0.10.0

2018-08-22 Thread Brian Bowman
I hope this is not too naïve a question. Is arrow-glib 0.10.0<https://arrow.apache.org/docs/c_glib/> as capable/robust as the Arrow C++ library<https://arrow.apache.org/docs/cpp/>, especially with regarding to reading and ultimately writing the parquet file format? Thanks, Brian