Re: Parquet to Arrow in Java

2019-08-04 Thread Anoop Johnson
uet > > On Sun, Jul 28, 2019 at 2:08 PM Anoop Johnson > wrote: > > > Arrow Newbie here. What is the recommended way to convert Parquet data > > into Arrow, preferably doing predicate/column pushdown? > > > > One can implement this as custom code

Parquet to Arrow in Java

2019-07-28 Thread Anoop Johnson
Arrow Newbie here. What is the recommended way to convert Parquet data into Arrow, preferably doing predicate/column pushdown? One can implement this as custom code using the Parquet API, and re-encode it in Arrow using the Arrow APIs, but is this supported by Arrow out of the box? Thanks,

Support for Nested Types in Arrow Java

2019-02-22 Thread Anoop Johnson
Hello Everyone -- New user of Arrow here. What is the current status of nested types in Arrow? https://jira.apache.org/jira/browse/ARROW-1279 indicates that support for maps is in the Arrow spec, but the implementation is not yet done. Is that correct? Is someone already working on this? Other