Re: [VOTE] Release Apache Arrow 6.0.0 - RC3

2021-10-25 Thread Krisztián Szűcs
+1 (binding) Verified the source release, binaries and wheels on Intel macOS 11.6. On Fri, Oct 22, 2021 at 8:25 AM Sutou Kouhei wrote: > > +1 > > I ran the followings on Debian GNU/Linux sid: > > * LANG=C \ > TZ=UTC \ > ARROW_CMAKE_OPTIONS="-DBoost_NO_BOOST_CMAKE=ON" \ >

Directly looking for Rust::Arrow::Service devs

2021-10-25 Thread M G
Hi everyone! MG here! Are there some experienced devs with expertise in Rust , Apache Arrow, FFI and API development (REST, WS) and familiar with and willing to work in the Blockchain industry? If so please send me your CVs. A very well funded startup is going to be launched and the early core

Re: [Parquet, C++] Writing Compliant Nested Types to Parquet

2021-10-25 Thread Micah Kornfield
Hi Sarah, For new consumers of the library setting it to true probably makes sense. For Arrow itself, it is a breaking change (it breaks field naming and exact round tripping) which is why we haven't flipped it yet. More discussion is happening on https://issues.apache.org/jira/browse/ARROW-14196

[Parquet, C++] Writing Compliant Nested Types to Parquet

2021-10-25 Thread Sarah Gilmore
Hi all, I have a question about writing nested datatypes to Parquet files. I noticed that the use_compliant_nested_types option is set to false by default. I was wondering if there was a particular reason this is set to false by default. I noticed a comment in