Re: Arrow 0.7.0 release timeline

2017-09-11 Thread Wes McKinney
I just put a patch up for the last 0.7.0 issue in the milestone (ARROW-1459). If no other issues arise , I will plan to cut an RC tomorrow once the outstanding 0.7.0 PRs are merged. Please let me know if there's anything additional that needs to get done. Release milestone: https://issues.apache.o

Re: Arrow 0.7.0 release timeline

2017-09-08 Thread Wes McKinney
>From the look of the JIRA milestone, we should be in position to cut the 0.7.0 release candidate this coming Monday 11 September. What's remaining are mostly stretch goals, though there are a couple bugs that need investigating. Thanks Wes On Mon, Sep 4, 2017 at 10:08 PM, Li Jin wrote: > Update

Re: Arrow 0.7.0 release timeline

2017-09-04 Thread Li Jin
Updates on the integration between C++/JAVA: *Decimal:* Thanks to Phillip Cloud and Bryan Cutler. We have a compatible C++ implementation and Java Json reader for Decimal. The last bit is just to add Decimal in the integration suite. *Union:* There is a open PR that needs someone more experienced

Re: Arrow 0.7.0 release timeline

2017-09-04 Thread Wes McKinney
dear all, We've made good progress on the 0.7.0 release. There's still a little over 40 issues left in the release milestone https://issues.apache.org/jira/projects/ARROW/versions/12341141 Any help (especially on investigating bugs) would be appreciated. There are many patches in code review --

Re: Arrow 0.7.0 release timeline

2017-09-01 Thread Uwe L. Korn
Hello all, I'm currently working on adding support for inserting Arrow records into Databases with turbodbc via OBDC. I've already discovered a small bug (PR is already sent) in Arrow. But as I touch a bit of code that was not used much outside of Arrow/Parquet, I'd prefer to have the implementati

Re: Arrow 0.7.0 release timeline

2017-08-31 Thread Wes McKinney
hi folks, There are a number of Java-related patches in flight that are going to need some TLC from folks with deeper experience using the affected code in downstream projects: Union changes + integration tests: https://github.com/apache/arrow/pull/987 Decimal type improvements + integration test

Re: Arrow 0.7.0 release timeline

2017-08-28 Thread Wes McKinney
hello again, There is still a lot of work to do for 0.7.0. There are another ~60 JIRAs marked for the 0.7.0 release -- I don't think these will all get done, but we should stretch to do as many as possible. I think we may be able to complete Java/C++ integration tests for (sparse) unions and decim