5:27 PM
To: dev@arrow.apache.org
Subject: Re: Parquet to arrow java converter
I would put in the parquet-mr codebase. I have contributed the schéma
conversion code there. I’m happy to provide feedback on PRs in this area.
Julien
> On Mar 6, 2018, at 12:18, Wes McKinney wrote:
>
> Wh
I would put in the parquet-mr codebase. I have contributed the schéma
conversion code there. I’m happy to provide feedback on PRs in this area.
Julien
> On Mar 6, 2018, at 12:18, Wes McKinney wrote:
>
> When it had been discussed in the past, the thinking had been to
> implement it in the Par
When it had been discussed in the past, the thinking had been to
implement it in the Parquet Java codebase. I'd be interested in
others' opinions about this (since I'm not an expert on Java matters)
- Wes
On Tue, Mar 6, 2018 at 2:27 PM, Wenbo Zhao wrote:
> Hi,
>
> Sorry that if someone may have
This definitely sounds like a useful tool. It seems like Julien started
some of work in Parquet-arrow a while back.
Julien, I am wondering what's your thoughts on whether such code should
live in parquet-mr or arrow codebase?
On Tue, Mar 6, 2018 at 2:27 PM, Wenbo Zhao wrote:
> Hi,
>
> Sorry tha
Hi,
Sorry that if someone may have asked the same question before. We are
interested in providing a java convertor from Parquet to Arrow. Should I
implement this converter in Parquet-mr/Parquet-arrow or under the Arrow
project? I have the feeling that putting the implementation in
Parquet-mr/P