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/ 
> > 
> >
> > 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/ 
> 
> 
> 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





When will my PR be available in a release?

2021-01-13 Thread Ying Zhou
Hi,

I have implemented the ORC writer in C++ and Python here: 
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