[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
 Project: Apache Arrow
  Issue Type: Bug
  Components: Plasma (C++)
Reporter: Robert Nishihara
Assignee: Robert Nishihara


I will have a patch for this soon.

To reproduce the bug do the following:
 # Start plasma store
 # Create client 1 and have it call {{get(object_id)}}
 # Kill client 1
 # Create client 2 and have it kill create an object with ID {{object_id}}

This will cause the plasma store to crash.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[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 Feature
  Components: Rust
Reporter: Paddy Horan
Assignee: Paddy Horan


This is a sub-task of ARROW-3089



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[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: Apache Arrow
  Issue Type: Bug
  Components: Python
Affects Versions: 0.10.0
Reporter: Alexey Strokach


pyarrow (version 0.10.0) appears to crash sporadically with a segmentation 
fault when reading parquet files if it is used in a program where torch is 
imported first.

A self-contained example is available here: 
[https://gitlab.com/ostrokach/pyarrow_pytorch_segfault].

Basically, running

{{python -X faulthandler -c "import torch; import pyarrow.parquet as pq; _ = 
pq.ParquetFile('example.parquet').read_row_group(0)"}}

sooner or later results in a segfault:

{{Fatal Python error: Segmentation fault}}

Current thread 0x7f52959bb740 (most recent call first):

{{ File 
"/home/kimlab1/strokach/anaconda/lib/python3.6/site-packages/pyarrow/parquet.py",
 line 125 in read_row_group}}
{{ File "", line 1 in }}
{{ ./test_fail.sh: line 5: 42612 Segmentation fault (core dumped) python -X 
faulthandler -c "import torch; import pyarrow.parquet as pq; _ = 
pq.ParquetFile('example.parquet').read_row_group(0)"}}
{{ The number of iterations before a segfault varies, but it usually happens 
within the first several calls.}}

Running

{{python -X faulthandler -c "import pyarrow.parquet as pq; import torch; _ = 
pq.ParquetFile('example.parquet').read_row_group(0)"}}

works without a problem.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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 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, 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 source)
> >
> > https://nacho4d-nacho4d.blogspot.com/2013/11/clang-format.html
> >
> > You may need to symlink a clang-format-6.0 alias into your /usr/local/bin
> >
> > - Wes
> >> On Thu, Sep 27, 2018 at 3:37 PM Romain Francois 
> wrote:
> >>
> >> 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 "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 286,
> in check_call
> >>retcode = call(*popenargs, **kwargs)
> >>  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 267,
> in call
> >>with Popen(*popenargs, **kwargs) as p:
> >>  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 709,
> in __init__
> >>restore_signals, start_new_session)
> >>  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 1344,
> in _execute_child
> >>raise child_exception_type(errno_num, err_msg, err_filename)
> >> FileNotFoundError: [Errno 2] No such file or directory:
> 'clang-format-6.0': 'clang-format-6.0'
> >>
> >> 路‍♂️
> >>
> >>> Le 27 sept. 2018 à 18:49, Romain François  a
> écrit :
> >>>
> >>> 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 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 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 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 <
> rom...@purrple.cat> wrote:
> 
>  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
> >
> >>>
> >>
>
>


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, 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 source)
> 
> https://nacho4d-nacho4d.blogspot.com/2013/11/clang-format.html
> 
> You may need to symlink a clang-format-6.0 alias into your /usr/local/bin
> 
> - Wes
>> On Thu, Sep 27, 2018 at 3:37 PM Romain Francois  wrote:
>> 
>> 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 "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 286, in 
>> check_call
>>retcode = call(*popenargs, **kwargs)
>>  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 267, in 
>> call
>>with Popen(*popenargs, **kwargs) as p:
>>  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 709, in 
>> __init__
>>restore_signals, start_new_session)
>>  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 1344, in 
>> _execute_child
>>raise child_exception_type(errno_num, err_msg, err_filename)
>> FileNotFoundError: [Errno 2] No such file or directory: 'clang-format-6.0': 
>> 'clang-format-6.0'
>> 
>> 路‍♂️
>> 
>>> Le 27 sept. 2018 à 18:49, Romain François  a écrit :
>>> 
>>> 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 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 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 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 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-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: https://issues.apache.org/jira/browse/ARROW-3345
 Project: Apache Arrow
  Issue Type: Improvement
  Components: C++
Reporter: Wes McKinney
 Fix For: 0.12.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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 source)

https://nacho4d-nacho4d.blogspot.com/2013/11/clang-format.html

You may need to symlink a clang-format-6.0 alias into your /usr/local/bin

- Wes
On Thu, Sep 27, 2018 at 3:37 PM Romain Francois  wrote:
>
> 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 "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 286, in 
> check_call
> retcode = call(*popenargs, **kwargs)
>   File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 267, in 
> call
> with Popen(*popenargs, **kwargs) as p:
>   File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 709, in 
> __init__
> restore_signals, start_new_session)
>   File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 1344, in 
> _execute_child
> raise child_exception_type(errno_num, err_msg, err_filename)
> FileNotFoundError: [Errno 2] No such file or directory: 'clang-format-6.0': 
> 'clang-format-6.0'
>
> 路‍♂️
>
> > Le 27 sept. 2018 à 18:49, Romain François  a écrit :
> >
> > 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 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 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 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 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
> >>>
> >
>


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 "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 286, in 
check_call
retcode = call(*popenargs, **kwargs)
  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 267, in call
with Popen(*popenargs, **kwargs) as p:
  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 709, in 
__init__
restore_signals, start_new_session)
  File "/Users/romain/anaconda3/lib/python3.6/subprocess.py", line 1344, in 
_execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'clang-format-6.0': 
'clang-format-6.0'

路‍♂️

> Le 27 sept. 2018 à 18:49, Romain François  a écrit :
> 
> 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 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 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 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 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
>>> 
> 



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 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 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 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 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
>> 



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 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 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 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
>


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,
>
> In <1537884106.3098504.1520041288.1a379...@webmail.messagingengine.com>
>   "Re: Timeline for 0.11 Arrow release" on Tue, 25 Sep 2018 16:01:46 +0200,
>   "Uwe L. Korn"  wrote:
>
> >> I may not be able to work on this for 0.11 but can you add
> >> me to https://bintray.com/apache ? I want write permission
> >> to https://bintray.com/apache/arrow .
> >>
> >> https://bintray.com/kou is my account.
> >
> > You will need to make an INFRA ticket for this. The apache org is centrally 
> > managed.
>
> Thanks.
> I've create an INFRA ticket:
> https://issues.apache.org/jira/browse/INFRA-17059
>
>
> --
> kou


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 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 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-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
  Issue Type: Bug
  Components: Plasma (C++), Python
Reporter: Antoine Pitrou


I routinely get the following failure in {{test_plasma.py}}:
{code}
Traceback (most recent call last):
  File "/home/antoine/arrow/python/pyarrow/tests/test_plasma.py", line 825, in 
test_plasma_list
assert l3[v]["ref_count"] == 1
AssertionError: assert 0 == 1
 Captured stderr call 
-
../src/plasma/store.cc:926: Allowing the Plasma store to use up to 0.1GB of 
memory.
../src/plasma/store.cc:956: Starting object store with directory /dev/shm and 
huge page support disabled
{code}

I'm not sure whether there's something wrong in my setup (on Ubuntu 18.04, 
x86-64), or it's a genuine bug.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[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
  Issue Type: Bug
  Components: Java
Reporter: Wes McKinney
 Fix For: 0.12.0


see eg https://travis-ci.org/apache/arrow/jobs/434044723

{code}
Starting server.
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.129 s 
<<< FAILURE! - in org.apache.arrow.flight.example.TestExampleServer
[ERROR] putStream(org.apache.arrow.flight.example.TestExampleServer)  Time 
elapsed: 0.129 s  <<< ERROR!
java.lang.IllegalStateException: 
Memory was leaked by query. Memory leaked: (66)
Allocator(flight-server) 0/66/134/9223372036854775807 (res/actual/peak/limit)
at 
org.apache.arrow.flight.example.TestExampleServer.after(TestExampleServer.java:66)
{code}

The JDK8 tests seem fine



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[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 Type: Bug
  Components: Continuous Integration
Reporter: Wes McKinney


Not sure what's going on, but this is in the last couple of days



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


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 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


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: 
> https://travis-ci.org/romainfrancois/arrow/builds/434027141
>
> Romain


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 Feature
Reporter: Romain François






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[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 Feature
  Components: R
Reporter: Romain François






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[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 Feature
  Components: R
Reporter: Romain François






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)