Re: Symbol not found: _PyCObject_Type (MacOS El Capitan, Python 3.6)

2018-05-15 Thread Wes McKinney
hi Quang -- I recommend clearing out your CMake temporary files after making any conda environment changes. If you activate a different conda environment, CMake will not know to recompute variables related to Python's header files and libraries. So it might have been that you invoked CMake with Pyt

Re: [VOTE] Accept donation of Arrow Ruby bindings

2018-05-15 Thread P. Taylor Goetz
+1 I’ve been through IP clearance a few times, and can help if needed. -Taylor > On May 11, 2018, at 6:47 PM, Wes McKinney wrote: > > Dear all, > > Arrow PMC member Kouhei Sutou has developed Ruby bindings to the GLib > C interface for Apache Arrow > > * https://github.com/red-data-tools/red

Re: [VOTE] Accept donation of Arrow Ruby bindings

2018-05-15 Thread Jacques Nadeau
+1. Thanks On Sun, May 13, 2018 at 10:48 AM, Uwe L. Korn wrote: > +1, thanks for the code donation and building the Ruby bindings. > > Uwe > > On Sat, May 12, 2018, at 8:53 AM, Kouhei Sutou wrote: > > Hi, > > > > Thanks for starting the vote! > > > > +1 > > > > > > Thanks, > > -- > > kou > > > >

Re: [CI] Code coverage reports

2018-05-15 Thread Antoine Pitrou
Hi, There's now a draft PR that generates and uploads Python / Cython code coverage. See example report here: https://codecov.io/gh/apache/arrow/pull/2050/list/ Regards Antoine. On Sat, 12 May 2018 16:18:47 +0200 Antoine Pitrou wrote: > Le 12/05/2018 à 00:55, Wes McKinney a écrit : > > >

[jira] [Created] (ARROW-2586) Make child builders of ListBuilder and StructBuilder shared_ptr's

2018-05-15 Thread Joshua Storck (JIRA)
Joshua Storck created ARROW-2586: Summary: Make child builders of ListBuilder and StructBuilder shared_ptr's Key: ARROW-2586 URL: https://issues.apache.org/jira/browse/ARROW-2586 Project: Apache Arrow

[jira] [Created] (ARROW-2585) Add Decimal128::FromBigEndian

2018-05-15 Thread Joshua Storck (JIRA)
Joshua Storck created ARROW-2585: Summary: Add Decimal128::FromBigEndian Key: ARROW-2585 URL: https://issues.apache.org/jira/browse/ARROW-2585 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-2584) [JS] Node v10 issues

2018-05-15 Thread Brian Hulette (JIRA)
Brian Hulette created ARROW-2584: Summary: [JS] Node v10 issues Key: ARROW-2584 URL: https://issues.apache.org/jira/browse/ARROW-2584 Project: Apache Arrow Issue Type: Bug Component

[jira] [Created] (ARROW-2583) [Rust] Buffer should be typeless

2018-05-15 Thread Andy Grove (JIRA)
Andy Grove created ARROW-2583: - Summary: [Rust] Buffer should be typeless Key: ARROW-2583 URL: https://issues.apache.org/jira/browse/ARROW-2583 Project: Apache Arrow Issue Type: Improvement

Re: file-system specification

2018-05-15 Thread Antoine Pitrou
Hi Martin, On Wed, 9 May 2018 11:28:15 -0400 Martin Durant wrote: > I have sketched out a possible start of a python-wide file-system > specification > https://github.com/martindurant/filesystem_spec > > This came about from my work in some other (remote) file-systems > implementations for py

[jira] [Created] (ARROW-2582) [GLib] Add negate functions for Decimal128

2018-05-15 Thread yosuke shiro (JIRA)
yosuke shiro created ARROW-2582: --- Summary: [GLib] Add negate functions for Decimal128 Key: ARROW-2582 URL: https://issues.apache.org/jira/browse/ARROW-2582 Project: Apache Arrow Issue Type: Imp