RE: Parquet to arrow java converter

2018-03-06 Thread Wenbo Zhao
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

Re: Parquet to arrow java converter

2018-03-06 Thread Julien Le Dem
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

Re: Parquet to arrow java converter

2018-03-06 Thread Wes McKinney
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

Re: Parquet to arrow java converter

2018-03-06 Thread Li Jin
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