Re: Gandiva snapshot releases

2018-10-06 Thread Krisztián Szűcs
I see now, so the jar would contain all of the three shared libraries. We could create a worker pool like abstraction where the workers are the CI services, but that would require a scheduler to poll the finished jobs then submit the dependent ones. This sounds a bit inconvenient, where would

Re: CUDA context management questions

2018-10-06 Thread Wes McKinney
hi Pearu, On Fri, Oct 5, 2018 at 12:57 PM Pearu Peterson wrote: > > Hi, > > While researching CUDA context management code in arrow, > > https://github.com/apache/arrow/blob/master/cpp/src/arrow/gpu/cuda_context.cc > , > I noticed the following: > CudaContextImpl has a member own_context_ that

[jira] [Created] (ARROW-3449) [C++] Support CMake 3.2 for "out of the box" builds

2018-10-06 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3449: --- Summary: [C++] Support CMake 3.2 for "out of the box" builds Key: ARROW-3449 URL: https://issues.apache.org/jira/browse/ARROW-3449 Project: Apache Arrow Issue

Re: Gandiva snapshot releases

2018-10-06 Thread Wes McKinney
It seems the complicated part of this will be having a dependent task that packages up the 3 shared libraries, one for each platform, after the individual packaging tasks are run. How would you propose handling that? On Fri, Oct 5, 2018 at 8:03 AM Krisztián Szűcs wrote: > > Ohh, just read the

[jira] [Created] (ARROW-3450) [R] Wrap MemoryMappedFile class

2018-10-06 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3450: --- Summary: [R] Wrap MemoryMappedFile class Key: ARROW-3450 URL: https://issues.apache.org/jira/browse/ARROW-3450 Project: Apache Arrow Issue Type: New Feature

[jira] [Created] (ARROW-3448) [Python] Pandas roundtrip doesn't preserve list of datetime objects

2018-10-06 Thread Krisztian Szucs (JIRA)
Krisztian Szucs created ARROW-3448: -- Summary: [Python] Pandas roundtrip doesn't preserve list of datetime objects Key: ARROW-3448 URL: https://issues.apache.org/jira/browse/ARROW-3448 Project:

[jira] [Created] (ARROW-3453) [Packaging][OSX] Fix plasma test failure during release verification

2018-10-06 Thread Krisztian Szucs (JIRA)
Krisztian Szucs created ARROW-3453: -- Summary: [Packaging][OSX] Fix plasma test failure during release verification Key: ARROW-3453 URL: https://issues.apache.org/jira/browse/ARROW-3453 Project:

Re: [VOTE] Release Apache Arrow 0.11.0 (RC1)

2018-10-06 Thread Wes McKinney
Can you open any needed issues for the various things that need fixing? I opened ARROW-3449 about the CMake version issue On Fri, Oct 5, 2018 at 12:13 PM Wes McKinney wrote: > > +1 (binding) > > * Ran the source release verification scripts in Ubuntu 14.04 / gcc > 4.8.5 (with CMake 3.12 from ppa)

[jira] [Created] (ARROW-3454) Tab complete doesn't work for plasma client.

2018-10-06 Thread Robert Nishihara (JIRA)
Robert Nishihara created ARROW-3454: --- Summary: Tab complete doesn't work for plasma client. Key: ARROW-3454 URL: https://issues.apache.org/jira/browse/ARROW-3454 Project: Apache Arrow