[jira] [Created] (ARROW-3348) Plasma store dies when an object that a dead client is waiting for gets created.

2018-09-27 Thread Robert Nishihara (JIRA)
Robert Nishihara created ARROW-3348: --- Summary: Plasma store dies when an object that a dead client is waiting for gets created. Key: ARROW-3348 URL: https://issues.apache.org/jira/browse/ARROW-3348

[jira] [Created] (ARROW-3347) [Rust] Implement PrimitiveArrayBuilder

2018-09-27 Thread Paddy Horan (JIRA)
Paddy Horan created ARROW-3347: -- Summary: [Rust] Implement PrimitiveArrayBuilder Key: ARROW-3347 URL: https://issues.apache.org/jira/browse/ARROW-3347 Project: Apache Arrow Issue Type: New

[jira] [Created] (ARROW-3346) Segfault when reading parquet files if torch is imported before pyarrow

2018-09-27 Thread Alexey Strokach (JIRA)
Alexey Strokach created ARROW-3346: -- Summary: Segfault when reading parquet files if torch is imported before pyarrow Key: ARROW-3346 URL: https://issues.apache.org/jira/browse/ARROW-3346 Project:

Re: Failures bc clang-format

2018-09-27 Thread Wes McKinney
I found it weird that Homebrew uses non-standard version numbers for clang-format. I would think the versions would align with the Homebrew LLVM versions On Thu, Sep 27, 2018, 10:40 PM Romain François wrote: > Thanks. I had clang-format already (through brew). I’ll check in the > morning about

Re: Failures bc clang-format

2018-09-27 Thread Romain François
Thanks. I had clang-format already (through brew). I’ll check in the morning about version 6. It is a bit unfortunate that I can build arrow with what i have but need other versions for linting. Sorry about the emojis. Romain > Le 27 sept. 2018 à 22:10, Wes McKinney a écrit : > > Well,

[jira] [Created] (ARROW-3345) [C++] Specify expected behavior of table concatenation, creating table from multiple record batches, if schema metadata is unequal

2018-09-27 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3345: --- Summary: [C++] Specify expected behavior of table concatenation, creating table from multiple record batches, if schema metadata is unequal Key: ARROW-3345 URL:

Re: Failures bc clang-format

2018-09-27 Thread Wes McKinney
Well, you have to install LLVM 6 =) if you're on macOS (just guessing, since I can't read your emojis on my dilapidated Linux laptop) http://releases.llvm.org/6.0.0/clang%2bllvm-6.0.0-x86_64-apple-darwin.tar.xz here's a page I found in installing with this method (unless you want to build from

Re: Failures bc clang-format

2018-09-27 Thread Romain Francois
Getting this: romain@purrplex ~/git/apache/arrow/r $ ./lint.sh --fix Traceback (most recent call last): File "/Users/romain/git/apache/arrow/r/../cpp/build-support/run_clang_format.py", line 74, in "-i"] + formatted_filenames) File

Re: Failures bc clang-format

2018-09-27 Thread Romain François
Thanks. I will do that on a few hours and then i have a small PR (about support for logical vectors) ready to go and associated with a jira issue i opened this morning. Romain > Le 27 sept. 2018 à 18:46, Wes McKinney a écrit : > > I checked out your branch and ran r/lint.sh and it printed

Re: Failures bc clang-format

2018-09-27 Thread Wes McKinney
I checked out your branch and ran r/lint.sh and it printed the following https://gist.github.com/wesm/42f1682565ac9737fecc60d12a15927e You can run ./lint.sh --fix to fix the problems On Thu, Sep 27, 2018 at 9:46 AM Romain François wrote: > > I don’t think that’s just that. I sent a new build

Some interesting VLDB reading on vectorized query evaluation relevant to Gandiva, other items

2018-09-27 Thread Wes McKinney
http://www.vldb.org/pvldb/vol11/p2209-kersten.pdf

Re: Timeline for 0.11 Arrow release

2018-09-27 Thread Wes McKinney
Thanks Kou. I suggest we shoot for an RC on Monday or Tuesday since we are working through some last-minute issues. I'm going to be code reviewing and hacking through the weekend so we can hopefully be in release-ready shape by Monday On Tue, Sep 25, 2018 at 10:14 AM Kouhei Sutou wrote: > > Hi, >

Re: Failures bc clang-format

2018-09-27 Thread Romain François
I don’t think that’s just that. I sent a new build anyway that is ahead of the upstream repo. In any case, there’s probably something i should be doing. Romain > Le 27 sept. 2018 à 13:19, Wes McKinney a écrit : > > Looks like you need to rebase your branch >> On Thu, Sep 27, 2018 at 7:18

[jira] [Created] (ARROW-3344) [Python] test_plasma.py fails (in test_plasma_list)

2018-09-27 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-3344: - Summary: [Python] test_plasma.py fails (in test_plasma_list) Key: ARROW-3344 URL: https://issues.apache.org/jira/browse/ARROW-3344 Project: Apache Arrow

[jira] [Created] (ARROW-3343) [Java] JDK9 tests fail with memory leak from Flight tests

2018-09-27 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3343: --- Summary: [Java] JDK9 tests fail with memory leak from Flight tests Key: ARROW-3343 URL: https://issues.apache.org/jira/browse/ARROW-3343 Project: Apache Arrow

[jira] [Created] (ARROW-3342) Appveyor builds have stopped triggering on GitHub

2018-09-27 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-3342: --- Summary: Appveyor builds have stopped triggering on GitHub Key: ARROW-3342 URL: https://issues.apache.org/jira/browse/ARROW-3342 Project: Apache Arrow Issue

Re: Failures bc clang-format

2018-09-27 Thread Wes McKinney
Looks like you need to rebase your branch On Thu, Sep 27, 2018 at 7:18 AM Wes McKinney wrote: > > hi Romain, > > I just put this in the README > https://github.com/apache/arrow/tree/master/r#development > > - Wes > On Thu, Sep 27, 2018 at 7:17 AM Romain François wrote: > > > > Hello, > > > > Is

Re: Failures bc clang-format

2018-09-27 Thread Wes McKinney
hi Romain, I just put this in the README https://github.com/apache/arrow/tree/master/r#development - Wes On Thu, Sep 27, 2018 at 7:17 AM Romain François wrote: > > Hello, > > Is there documentation about what i should be doing to make clang-format > happy? E.g to make this build pass: >

Failures bc clang-format

2018-09-27 Thread Romain François
Hello, Is there documentation about what i should be doing to make clang-format happy? E.g to make this build pass: https://travis-ci.org/romainfrancois/arrow/builds/434027141 Romain

[jira] [Created] (ARROW-3341) [R] Support for logical vector

2018-09-27 Thread JIRA
Romain François created ARROW-3341: -- Summary: [R] Support for logical vector Key: ARROW-3341 URL: https://issues.apache.org/jira/browse/ARROW-3341 Project: Apache Arrow Issue Type: New

[jira] [Created] (ARROW-3340) support for dates and time classes

2018-09-27 Thread JIRA
Romain François created ARROW-3340: -- Summary: support for dates and time classes Key: ARROW-3340 URL: https://issues.apache.org/jira/browse/ARROW-3340 Project: Apache Arrow Issue Type: New

[jira] [Created] (ARROW-3339) Support for character vectors

2018-09-27 Thread JIRA
Romain François created ARROW-3339: -- Summary: Support for character vectors Key: ARROW-3339 URL: https://issues.apache.org/jira/browse/ARROW-3339 Project: Apache Arrow Issue Type: New