[jira] [Created] (ARROW-2320) [C++] Vendored Boost build does not build regex library

2018-03-15 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2320: --- Summary: [C++] Vendored Boost build does not build regex library Key: ARROW-2320 URL: https://issues.apache.org/jira/browse/ARROW-2320 Project: Apache Arrow Is

Re: C++ optimize stream output

2018-03-15 Thread Wes McKinney
I opened https://issues.apache.org/jira/browse/ARROW-2319 per the buffered output point On Thu, Mar 15, 2018 at 8:38 PM, Wes McKinney wrote: > hi Rares, > > sorry for the delay in writing back. To your questions > >- Does this look good decent? Could the API be used in more efficient >way

[jira] [Created] (ARROW-2319) [C++] Add buffered output class implementing OutputStream interface

2018-03-15 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2319: --- Summary: [C++] Add buffered output class implementing OutputStream interface Key: ARROW-2319 URL: https://issues.apache.org/jira/browse/ARROW-2319 Project: Apache Arrow

Re: C++ optimize stream output

2018-03-15 Thread Wes McKinney
hi Rares, sorry for the delay in writing back. To your questions - Does this look good decent? Could the API be used in more efficient ways in order to achieve the same goal? This seems perfectly reasonable with the API as it is now - On each node side, do steps #3 and #7 copy data? S

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-15 Thread Philipp Moritz
Thanks, I'm trying to reproduce it now! On Thu, Mar 15, 2018 at 1:28 PM, Wes McKinney wrote: > Unfortunately, we aren't quite out of the woods yet. > > https://issues.apache.org/jira/browse/ARROW-2318 > > Robert or Philipp, could you please advise on this issue? > > I think if we're learning any

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-15 Thread Wes McKinney
Unfortunately, we aren't quite out of the woods yet. https://issues.apache.org/jira/browse/ARROW-2318 Robert or Philipp, could you please advise on this issue? I think if we're learning anything from this experience, we need to work on our continuous integration and delivery. We shouldn't be fin

[jira] [Created] (ARROW-2318) [C++] TestPlasmaStore.MultipleClientTest is flaky (hangs) in release builds

2018-03-15 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2318: --- Summary: [C++] TestPlasmaStore.MultipleClientTest is flaky (hangs) in release builds Key: ARROW-2318 URL: https://issues.apache.org/jira/browse/ARROW-2318 Project: Apac

Re: [ANNOUNCE] New Arrow PMC member: Phillip Cloud

2018-03-15 Thread Philipp Moritz
Congrats Phillip! On Thu, Mar 15, 2018 at 10:43 AM, Phillip Cloud wrote: > Thanks Wes and Li, > > Very glad to be part of the project, and look forward to continuing to make > Arrow even better. Exciting times! > > On Thu, Mar 15, 2018 at 1:31 PM Li Jin wrote: > > > Congrats! > > > > On Thu, Ma

[jira] [Created] (ARROW-2317) [Python] fix C linkage warning

2018-03-15 Thread Viktor Gal (JIRA)
Viktor Gal created ARROW-2317: - Summary: [Python] fix C linkage warning Key: ARROW-2317 URL: https://issues.apache.org/jira/browse/ARROW-2317 Project: Apache Arrow Issue Type: Bug Rep

Re: [ANNOUNCE] New Arrow PMC member: Phillip Cloud

2018-03-15 Thread Phillip Cloud
Thanks Wes and Li, Very glad to be part of the project, and look forward to continuing to make Arrow even better. Exciting times! On Thu, Mar 15, 2018 at 1:31 PM Li Jin wrote: > Congrats! > > On Thu, Mar 15, 2018 at 11:32 AM, Wes McKinney > wrote: > > > On behalf of the Apache Arrow PMC, I'm h

Re: [ANNOUNCE] New Arrow PMC member: Phillip Cloud

2018-03-15 Thread Li Jin
Congrats! On Thu, Mar 15, 2018 at 11:32 AM, Wes McKinney wrote: > On behalf of the Apache Arrow PMC, I'm happy to announce that Phillip > Cloud has been invited to join the PMC. > > Congrats Phillip, and thank you for your hard work growing the Arrow > project and developer community! > > - Wes

Re: unwrap_table in c++ library

2018-03-15 Thread Wes McKinney
hi Viktor, > might be more frequently checked than the slack channel as i initially posted > my problem there Yes -- the mailing list or JIRA is the place you want to go for help. Slack is helpful for real-time interactions but a lot of us (like me) do not spend any time there. Asynchronous, pub

[ANNOUNCE] New Arrow PMC member: Phillip Cloud

2018-03-15 Thread Wes McKinney
On behalf of the Apache Arrow PMC, I'm happy to announce that Phillip Cloud has been invited to join the PMC. Congrats Phillip, and thank you for your hard work growing the Arrow project and developer community! - Wes

[jira] [Created] (ARROW-2316) [C++] Revert Buffer::mutable_data member to always inline

2018-03-15 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2316: --- Summary: [C++] Revert Buffer::mutable_data member to always inline Key: ARROW-2316 URL: https://issues.apache.org/jira/browse/ARROW-2316 Project: Apache Arrow

[jira] [Created] (ARROW-2315) [C++/Python] Add method to flatten a struct array

2018-03-15 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2315: - Summary: [C++/Python] Add method to flatten a struct array Key: ARROW-2315 URL: https://issues.apache.org/jira/browse/ARROW-2315 Project: Apache Arrow Issu

Re: [VOTE] Apache Arrow JavaScript 0.3.1 - RC1

2018-03-15 Thread Brian Hulette
+1 (non-binding). Ran js-verify-release-candidate.sh with Node 8.9.1 on Ubuntu 16.04. Thanks Wes! On 03/15/2018 05:17 AM, Uwe L. Korn wrote: +1 (binding). Ran js-verify-release-candidate.sh with Node 9.8.0 On Thu, Mar 15, 2018, at 1:50 AM, Wes McKinney wrote: +1 (binding). Ran js-verify-rele

[jira] [Created] (ARROW-2314) [Python] Union array slicing is defective

2018-03-15 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2314: - Summary: [Python] Union array slicing is defective Key: ARROW-2314 URL: https://issues.apache.org/jira/browse/ARROW-2314 Project: Apache Arrow Issue Type:

Re: [VOTE] Apache Arrow JavaScript 0.3.1 - RC1

2018-03-15 Thread Uwe L. Korn
+1 (binding). Ran js-verify-release-candidate.sh with Node 9.8.0 On Thu, Mar 15, 2018, at 1:50 AM, Wes McKinney wrote: > +1 (binding). Ran js-verify-release-candidate.sh with Node 8.10.0 LTS > > On Wed, Mar 14, 2018 at 8:40 PM, Paul Taylor wrote: > > +1 (non-binding) > > > >> On Mar 14, 2018, at