Re: ORC writer [Re: When will my PR be available in a release?]

2021-01-14 Thread Wes McKinney
Note that a good way to speed up the process is to help with other
development tasks in the project (since this will help maintainers
dedicate more time to code review).

On Thu, Jan 14, 2021 at 8:09 AM Antoine Pitrou  wrote:
>
>
> Hi Ying,
>
> Sorry for the delay.  We're quite strained these days for reviewing PRs
> given the increase in contributor activity for the project.
> I'll try to give your PR a review in the next weeks.
>
> Best regards
>
> Antoine.
>
>
> On Wed, 13 Jan 2021 08:42:45 -0500
> Ying Zhou  wrote:
> > Hi,
> >
> > I have implemented the ORC writer in C++ and Python here: 
> > https://github.com/apache/arrow/pull/8648/ 
> > <https://github.com/apache/arrow/pull/8648/>
> >
> > I’d like to know when will it be available in a release so that I can file 
> > a related PR in Pandas to use my ORC writer. Since it hasn’t been reviewed 
> > yet it might be too late for Arrow 3.0.0. Is the next release 4.0.0 in 
> > April? When shall I reasonably get all the enhancements e.g. the 
> > ORC-related Jira tickets I assigned to myself ready before the release? 
> > Thanks!
> >
> > Ying
>
>
>


ORC writer [Re: When will my PR be available in a release?]

2021-01-14 Thread Antoine Pitrou


Hi Ying,

Sorry for the delay.  We're quite strained these days for reviewing PRs
given the increase in contributor activity for the project.
I'll try to give your PR a review in the next weeks.

Best regards

Antoine.


On Wed, 13 Jan 2021 08:42:45 -0500
Ying Zhou  wrote:
> Hi,
> 
> I have implemented the ORC writer in C++ and Python here: 
> https://github.com/apache/arrow/pull/8648/ 
> <https://github.com/apache/arrow/pull/8648/>
> 
> I’d like to know when will it be available in a release so that I can file a 
> related PR in Pandas to use my ORC writer. Since it hasn’t been reviewed yet 
> it might be too late for Arrow 3.0.0. Is the next release 4.0.0 in April? 
> When shall I reasonably get all the enhancements e.g. the ORC-related Jira 
> tickets I assigned to myself ready before the release? Thanks!
> 
> Ying





Re: ORC writer

2020-08-30 Thread Micah Kornfield
Hi Ying Zhou,
Those sound like the right places for the work to happen.  I'm not aware of
any abandoned attempts at write support.

-Micah

On Sat, Aug 29, 2020 at 12:12 PM Ying Zhou  wrote:

> Hi,
>
> I’m interested in writing a binder so that we can write ORC files in
> Arrow. I likely should contribute mostly to
> https://github.com/apache/arrow/tree/master/cpp/src/arrow/adapters/orc <
> https://github.com/apache/arrow/tree/master/cpp/src/arrow/adapters/orc>
> as well as editing the relevant Python/Cython files, right? Moreover I
> would like to ask whether there is any existing branch with partly finished
> work on ORC writers. Thanks!
>
> Ying Zhou


ORC writer

2020-08-29 Thread Ying Zhou
Hi,

I’m interested in writing a binder so that we can write ORC files in Arrow. I 
likely should contribute mostly to 
https://github.com/apache/arrow/tree/master/cpp/src/arrow/adapters/orc 
 as 
well as editing the relevant Python/Cython files, right? Moreover I would like 
to ask whether there is any existing branch with partly finished work on ORC 
writers. Thanks!

Ying Zhou