[jira] [Created] (ARROW-2308) Serialized tensor data should be 64-byte aligned.

2018-03-13 Thread Robert Nishihara (JIRA)
Robert Nishihara created ARROW-2308: --- Summary: Serialized tensor data should be 64-byte aligned. Key: ARROW-2308 URL: https://issues.apache.org/jira/browse/ARROW-2308 Project: Apache Arrow

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-13 Thread Wes McKinney
I fixed these bugs https://github.com/apache/arrow/pull/1742 https://github.com/apache/arrow/pull/1743 As soon as these patches go in, we can cut the RC0. I can do this as soon as tomorrow (Wednesday) morning On Tue, Mar 13, 2018 at 5:00 PM, Wes McKinney wrote: > I found 2 bugs -- ARROW-2304 an

[jira] [Created] (ARROW-2307) Unable to read arrow stream containing 0 record batches using pyarrow

2018-03-13 Thread Benjamin Duffield (JIRA)
Benjamin Duffield created ARROW-2307: Summary: Unable to read arrow stream containing 0 record batches using pyarrow Key: ARROW-2307 URL: https://issues.apache.org/jira/browse/ARROW-2307 Project:

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-13 Thread Wes McKinney
I found 2 bugs -- ARROW-2304 and ARROW-2306 -- while doing some final testing of master (stuff we haven't been testing in CI -- we _really_ need to set up nightly CI jobs for more time consuming tests, like HDFS, that we want to test periodically but perhaps not on every commit). I'm going to see i

[jira] [Created] (ARROW-2306) [Python] HDFS test failures

2018-03-13 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2306: --- Summary: [Python] HDFS test failures Key: ARROW-2306 URL: https://issues.apache.org/jira/browse/ARROW-2306 Project: Apache Arrow Issue Type: Bug Comp

[jira] [Created] (ARROW-2305) [Python] Cython 0.25.2 compilation failure

2018-03-13 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2305: --- Summary: [Python] Cython 0.25.2 compilation failure Key: ARROW-2305 URL: https://issues.apache.org/jira/browse/ARROW-2305 Project: Apache Arrow Issue Type: Bu

[jira] [Created] (ARROW-2304) [C++] MultipleClients test in io-hdfs-test fails on trunk

2018-03-13 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2304: --- Summary: [C++] MultipleClients test in io-hdfs-test fails on trunk Key: ARROW-2304 URL: https://issues.apache.org/jira/browse/ARROW-2304 Project: Apache Arrow

[jira] [Created] (ARROW-2303) [C++] Disable ASAN when building io-hdfs-test.cc

2018-03-13 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2303: --- Summary: [C++] Disable ASAN when building io-hdfs-test.cc Key: ARROW-2303 URL: https://issues.apache.org/jira/browse/ARROW-2303 Project: Apache Arrow Issue Typ

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-13 Thread Wes McKinney
I fixed ARROW-2227 in https://github.com/apache/arrow/pull/1740, so if someone could review that would be great. I am going to make sure the C++/Python HDFS tests run locally, then after the patch above is merged we should be good to make the RC. Note to other onlookers -- please feel free to kee

Re: gReetings

2018-03-13 Thread Wes McKinney
> Do I have push rights to the main repo? No -- see the committer / PMC list here: http://arrow.apache.org/committers/. The PMC periodically will add new committers based on their contributions to the project (see https://www.apache.org/foundation/how-it-works.html#roles). For the time being I wil

Re: gReetings

2018-03-13 Thread Romain François
Hi, « arrow » is fine of course, i only coined « rrrow » for fun but then it kind of grows on me. Do I have push rights to the main repo ? I guess I’ll work at lesst in branches esp now that I’m essentially just playing with the api. Btw, i did stumble into the other python arro last week o

[jira] [Created] (ARROW-2302) [GLib] Run autotools and meson Linux builds in same Travis CI build entry

2018-03-13 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2302: --- Summary: [GLib] Run autotools and meson Linux builds in same Travis CI build entry Key: ARROW-2302 URL: https://issues.apache.org/jira/browse/ARROW-2302 Project: Apache

Re: gReetings

2018-03-13 Thread Wes McKinney
hi Romain, welcome! I'm excited to see some progress on an Arrow library for R. Feel free to make pull requests into a new "R/" top-level directory; the work does not need to be polished My vote would be to simply call the R library "arrow" since the real estate seems to exist. The main reason it

gReetings

2018-03-13 Thread Romain Francois
Hello, I just wanted to introduce myself here. I’m Romain François, mostly involved in making tools for R. My track record includes being an author of Rcpp and dplyr. I will be working with Wes’s guidance on making an R front end for arrow. Initially that means going through the C++ api and p