[ANNOUNCE] Apache Arrow 0.9.0 Released

2018-03-22 Thread Wes McKinney
The Apache Arrow community is pleased to announce the 0.9.0 release. This is a major release including 260 resolved issues ([1]) since the 0.8.0 release. The release is available now from our website and [2]: http://arrow.apache.org/install/ Changelog http://arrow.apache.org/release/0.9.0

[jira] [Created] (ARROW-2341) [Python] pa.union() mode argument unintuitive

2018-03-22 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2341: - Summary: [Python] pa.union() mode argument unintuitive Key: ARROW-2341 URL: https://issues.apache.org/jira/browse/ARROW-2341 Project: Apache Arrow Issue Ty

[jira] [Created] (ARROW-2342) [Python] Aware timestamp type fails pickling

2018-03-22 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2342: - Summary: [Python] Aware timestamp type fails pickling Key: ARROW-2342 URL: https://issues.apache.org/jira/browse/ARROW-2342 Project: Apache Arrow Issue Typ

[jira] [Created] (ARROW-2343) [Java/Packaging] Run mvn clean in API doc builds

2018-03-22 Thread Phillip Cloud (JIRA)
Phillip Cloud created ARROW-2343: Summary: [Java/Packaging] Run mvn clean in API doc builds Key: ARROW-2343 URL: https://issues.apache.org/jira/browse/ARROW-2343 Project: Apache Arrow Issue T

Re: [RESULT] [VOTE] Release Apache Arrow 0.9.0 (RC2)

2018-03-22 Thread Phillip Cloud
I'm working on updating the API docs. On Wed, Mar 21, 2018 at 10:24 PM Wes McKinney wrote: > I have put up blog posts to go out tomorrow about the Go code donation > and the release > > https://github.com/apache/arrow/pull/1776 > https://github.com/apache/arrow/pull/1777 > > Would someone like t

[jira] [Created] (ARROW-2344) [Go] Run Go unit tests in Travis CI

2018-03-22 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2344: --- Summary: [Go] Run Go unit tests in Travis CI Key: ARROW-2344 URL: https://issues.apache.org/jira/browse/ARROW-2344 Project: Apache Arrow Issue Type: New Featur

Re: [RESULT] [VOTE] Release Apache Arrow 0.9.0 (RC2)

2018-03-22 Thread Mitar
Hi! The website seems to say that there is already a pyarrow 0.9.0 package, but it does not seem to be there yet: https://arrow.apache.org/install/#python-wheels-on-pypi-unofficial https://pypi.python.org/pypi/pyarrow BTW, why are Python packages unofficial? Mitar On Thu, Mar 22, 2018 at 8:33

Re: [RESULT] [VOTE] Release Apache Arrow 0.9.0 (RC2)

2018-03-22 Thread Phillip Cloud
We are working on getting those wheels up as fast as we can. They should be available very soon. In the meantime, you can install pyarrow 0.9.0 with conda if you'd like. On Thu, Mar 22, 2018 at 2:19 PM Mitar wrote: > Hi! > > The website seems to say that there is already a pyarrow 0.9.0 > packag

Re: [RESULT] [VOTE] Release Apache Arrow 0.9.0 (RC2)

2018-03-22 Thread Wes McKinney
hi Mitar, The Python packages are unofficial because the binaries aren't GPG-signed and voted on by the PMC. This may change in the future but would require some significant development process improvements. Help would be appreciated - Wes On Thu, Mar 22, 2018 at 2:35 PM, Phillip Cloud wrote: >

Re: Trouble Updating Java artifacts

2018-03-22 Thread Uwe L. Korn
Hello, you need to first setup up Maven to know your Apache credentials: http://www.apache.org/dev/publishing-maven-artifacts.html#dev-env I have taken care of the upload, please verify that the artifacts are all up. Uwe On Wed, Mar 21, 2018, at 5:22 PM, Siddharth Teotia wrote: > Hi All, > >

Re: [RESULT] [VOTE] Release Apache Arrow 0.9.0 (RC2)

2018-03-22 Thread Mitar
Hi! Oh, no worries. Thanks for working on this. I just thought that because the website went up it is ready and thought that there is some bug there. I understand it takes time to do a release, properly. Mitar On Thu, Mar 22, 2018 at 11:35 AM, Phillip Cloud wrote: > We are working on getting t

[jira] [Created] (ARROW-2345) [Documentation] Fix bundle exec and set sphinx nosidebar to True

2018-03-22 Thread Phillip Cloud (JIRA)
Phillip Cloud created ARROW-2345: Summary: [Documentation] Fix bundle exec and set sphinx nosidebar to True Key: ARROW-2345 URL: https://issues.apache.org/jira/browse/ARROW-2345 Project: Apache Arrow

Re: [RESULT] [VOTE] Release Apache Arrow 0.9.0 (RC2)

2018-03-22 Thread Phillip Cloud
API docs are updated On Thu, Mar 22, 2018 at 5:22 PM Mitar wrote: > Hi! > > Oh, no worries. Thanks for working on this. I just thought that > because the website went up it is ready and thought that there is some > bug there. I understand it takes time to do a release, properly. > > > Mitar > >

Re: Trouble Updating Java artifacts

2018-03-22 Thread Wes McKinney
Thanks Uwe. I opened https://github.com/apache/arrow/pull/1782 about documenting this properly in the RM guide On Thu, Mar 22, 2018 at 3:08 PM, Uwe L. Korn wrote: > Hello, > > you need to first setup up Maven to know your Apache credentials: > http://www.apache.org/dev/publishing-maven-artifacts

Re: Python Docs

2018-03-22 Thread Wes McKinney
hi Alex, Documentation contributions are treated equivalently to code contributions as far as process -- if you run into problems, let us know on the mailing list or JIRA/GitHub. > While reviewing the docs I also noticed this page has a TODO - > https://arrow.apache.org/docs/python/data.html. Is

Re: Adding support for Bazel?

2018-03-22 Thread Wes McKinney
hi Buro, Sorry for the delay in writing back! Our build systems would benefit a great deal from this sort of attention. Each component has its own build system at the moment, but it would be useful to have a Bazel-based build, for C++ at least but perhaps more components in the future. We've inve

Re: Trouble Updating Java artifacts

2018-03-22 Thread Siddharth Teotia
Thanks, Uwe and Wes. On Thu, Mar 22, 2018, 5:37 PM Wes McKinney wrote: > Thanks Uwe. I opened https://github.com/apache/arrow/pull/1782 about > documenting this properly in the RM guide > > On Thu, Mar 22, 2018 at 3:08 PM, Uwe L. Korn wrote: > > Hello, > > > > you need to first setup up Maven t