[jira] [Created] (ARROW-2377) [GLib] Travis-CI failures

2018-04-02 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2377: - Summary: [GLib] Travis-CI failures Key: ARROW-2377 URL: https://issues.apache.org/jira/browse/ARROW-2377 Project: Apache Arrow Issue Type: Bug Co

[jira] [Created] (ARROW-2378) [Rust] Use rustfmt to format source code

2018-04-02 Thread Andy Grove (JIRA)
Andy Grove created ARROW-2378: - Summary: [Rust] Use rustfmt to format source code Key: ARROW-2378 URL: https://issues.apache.org/jira/browse/ARROW-2378 Project: Apache Arrow Issue Type: Improveme

[jira] [Created] (ARROW-2379) [Plasma] PlasmaClient::Info() should return whether an object is in use

2018-04-02 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2379: - Summary: [Plasma] PlasmaClient::Info() should return whether an object is in use Key: ARROW-2379 URL: https://issues.apache.org/jira/browse/ARROW-2379 Project: Apac

Re: Upstream segmentation fault when using 0.9.0, OK with 0.8.0

2018-04-02 Thread Wes McKinney
hi Rares -- does SciDB use Protocol Buffers? You may be running into a version conflict with the vendored protocol buffers libraries that's part of -DARROW_ORC=on Wes On Sun, Apr 1, 2018 at 9:48 PM, Rares Vernica wrote: > Hello, > > I'm using libarrow.so to build a simplified SciDB "plugin". The

[jira] [Created] (ARROW-2380) Correct issues in numpy_to_arrow conversion routines

2018-04-02 Thread Bryan Cutler (JIRA)
Bryan Cutler created ARROW-2380: --- Summary: Correct issues in numpy_to_arrow conversion routines Key: ARROW-2380 URL: https://issues.apache.org/jira/browse/ARROW-2380 Project: Apache Arrow Issue

Re: Taking some time off Arrow maintenance / development in April

2018-04-02 Thread Bryan Cutler
Thanks for all your efforts Wes, enjoy a much deserved break! On Sun, Apr 1, 2018 at 2:18 AM, Uwe L. Korn wrote: > Have a great time off and thank you for the update! > > Uwe > > On Fri, Mar 30, 2018, at 5:14 PM, Jacques Nadeau wrote: > > Thanks for the update and effort Wes! > > > > On Wed, Mar

[jira] [Created] (ARROW-2381) [Rust] Buffer should have an Iterator

2018-04-02 Thread Andy Grove (JIRA)
Andy Grove created ARROW-2381: - Summary: [Rust] Buffer should have an Iterator Key: ARROW-2381 URL: https://issues.apache.org/jira/browse/ARROW-2381 Project: Apache Arrow Issue Type: New Feature

[jira] [Created] (ARROW-2382) [Rust] List was not using memory safely

2018-04-02 Thread Andy Grove (JIRA)
Andy Grove created ARROW-2382: - Summary: [Rust] List was not using memory safely Key: ARROW-2382 URL: https://issues.apache.org/jira/browse/ARROW-2382 Project: Apache Arrow Issue Type: Bug

Rust PRs

2018-04-02 Thread Andy Grove
Hi, I've been testing the Rust Arrow library with my other project and found some issues that I've fixed. Could someone please merge the following PRs (they are have JIRAs). Bug fixes: https://github.com/apache/arrow/pull/1821 https://github.com/apache/arrow/pull/1827 New functionality: https

Re: Upstream segmentation fault when using 0.9.0, OK with 0.8.0

2018-04-02 Thread Rares Vernica
Hi Wes, That did it! Thanks so much for the pointer. BTW, enjoy your time off. Cheers, Rares On Mon, Apr 2, 2018 at 12:33 PM, Wes McKinney wrote: > hi Rares -- does SciDB use Protocol Buffers? You may be running into a > version conflict with the vendored protocol buffers libraries that's > p

[jira] [Created] (ARROW-2383) [C++] Debian packages need to depend on libprotobuf

2018-04-02 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-2383: -- Summary: [C++] Debian packages need to depend on libprotobuf Key: ARROW-2383 URL: https://issues.apache.org/jira/browse/ARROW-2383 Project: Apache Arrow Issue Ty

Re: Upstream segmentation fault when using 0.9.0, OK with 0.8.0

2018-04-02 Thread Uwe L. Korn
The problem is that with ORC on, we link to a self-build protobuf version but on load in SciDB, it picks up the system one. We actually should build the packages with the system one: https://issues.apache.org/jira/browse/ARROW-2383 On Tue, Apr 3, 2018, at 7:06 AM, Rares Vernica wrote: > Hi Wes,

[jira] [Created] (ARROW-2384) Rust: Use Traits rather than defining methods directly

2018-04-02 Thread Maximilian Roos (JIRA)
Maximilian Roos created ARROW-2384: -- Summary: Rust: Use Traits rather than defining methods directly Key: ARROW-2384 URL: https://issues.apache.org/jira/browse/ARROW-2384 Project: Apache Arrow