[jira] [Created] (ARROW-2292) [Python] More consistent / intuitive name for pyarrow.frombuffer

2018-03-08 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2292: --- Summary: [Python] More consistent / intuitive name for pyarrow.frombuffer Key: ARROW-2292 URL: https://issues.apache.org/jira/browse/ARROW-2292 Project: Apache Arrow

Re: Trying to compile Arrow C++

2018-03-08 Thread Wes McKinney
I see now where this is missing in the build docs, I think we have updated the docs elsewhere (e.g. in the Python side source build instructions). I got confused when you said you installed "libboost-dev" because that will also install libboost-regex-dev. thanks! Wes On Thu, Mar 8, 2018 at 10:52

Re: Trying to compile Arrow C++

2018-03-08 Thread Andy Grove
OK, so after installing libboost-regex-dev I can generate a makefile. The docs don't state that I need to install this. I'll submit a one line PR for the docs. Thanks for the help. On Thu, Mar 8, 2018 at 7:40 PM, Wes McKinney wrote: > Sure, please go ahead and open a JIRA. Do you have libboost-

[jira] [Created] (ARROW-2291) cpp README missing instructions for libboost-regex-dev

2018-03-08 Thread Andy Grove (JIRA)
Andy Grove created ARROW-2291: - Summary: cpp README missing instructions for libboost-regex-dev Key: ARROW-2291 URL: https://issues.apache.org/jira/browse/ARROW-2291 Project: Apache Arrow Issue T

Re: Trying to compile Arrow C++

2018-03-08 Thread Wes McKinney
Sure, please go ahead and open a JIRA. Do you have libboost-regex-dev installed (is /usr/lib/x86_64-linux-gnu/libboost_regex.so present?)? On Thu, Mar 8, 2018 at 9:31 PM, Andy Grove wrote: > So I cloned arrow again in a new directory and it is no longer looking for > the local boost install. > >

Re: Trying to compile Arrow C++

2018-03-08 Thread Andy Grove
So I cloned arrow again in a new directory and it is no longer looking for the local boost install. It is looking in /usr/include for headers and recognizes now that I have boost 1.58.0 It still fails though, looking for boost_regex. Here is a new gist. https://gist.github.com/andygrove/840b5f4d

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-08 Thread Kouhei Sutou
Thanks! -- kou In "Re: Working towards getting 0.9.0 release candidate up next week" on Thu, 8 Mar 2018 20:44:14 -0500, Wes McKinney wrote: > hi Kou -- yes, I think this is a good idea. It will require a little > bit of work to be able to produce a viable standalone source tarball. > Betw

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-08 Thread Wes McKinney
hi Kou -- yes, I think this is a good idea. It will require a little bit of work to be able to produce a viable standalone source tarball. Between Uwe, Phillip, Antoine, and I, we should be able to come up with a plan to do this - Wes On Thu, Mar 8, 2018 at 8:33 PM, Kouhei Sutou wrote: > Hi, > >

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-08 Thread Kouhei Sutou
Hi, >- Updating pip packages for C++ and Python Can we try adding PyArrow source package to PyPI at the 0.9.0? I want to install PyArrow with Arrow C++ installed by .deb or .rpm. I want to use both Red Arrow (Ruby bindings) and PyArrow in the same process via PyCall (Ruby library to integrat

[jira] [Created] (ARROW-2290) [C++/Python] Add ability to set codec options for lz4 codec

2018-03-08 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-2290: --- Summary: [C++/Python] Add ability to set codec options for lz4 codec Key: ARROW-2290 URL: https://issues.apache.org/jira/browse/ARROW-2290 Project: Apache Arrow

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-08 Thread Siddharth Teotia
Thanks, Wes. Let's shoot for Monday. On Thu, Mar 8, 2018 at 11:31 AM, Wes McKinney wrote: > Since almost all of the items in TODO are C++ or Python issues, I can > do a final review today to remove anything that isn't absolutely > necessary for 0.9.0. We have a couple of nasty bugs still in TODO

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-08 Thread Wes McKinney
Since almost all of the items in TODO are C++ or Python issues, I can do a final review today to remove anything that isn't absolutely necessary for 0.9.0. We have a couple of nasty bugs still in TODO that we should try to fix -- in the event that they cannot be fixed, we may need to do a 0.9.1 in

Re: Working towards getting 0.9.0 release candidate up next week

2018-03-08 Thread Siddharth Teotia
All, I plan to get RC out over the weekend or early Monday. Is that fine with everybody? We have 6 items in progress -- https://issues.apache.org/jira/projects/ARROW/versions/12341707#release-report-tab-body. How do people feel about completing these JIRAs by tomorrow? I am completely fine with d

[jira] [Created] (ARROW-2289) [GLib] Add Numeric, Integer and FloatingPoint data types

2018-03-08 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-2289: --- Summary: [GLib] Add Numeric, Integer and FloatingPoint data types Key: ARROW-2289 URL: https://issues.apache.org/jira/browse/ARROW-2289 Project: Apache Arrow

Re: Trying to compile Arrow C++

2018-03-08 Thread Wes McKinney
OK, does moving the ~/git/boost_1_66_0 someplace else (or removing it) make the problem go away? We should open a JIRA to see why the CMake build system is being fooled by that directory and see if it can be fixed On Thu, Mar 8, 2018 at 10:28 AM, Andy Grove wrote: > Thanks. Here's the gist. I do

Re: Trying to compile Arrow C++

2018-03-08 Thread Andy Grove
Thanks. Here's the gist. I do not have BOOST env vars set. It does seem to be looking for headers in a boost directory parallel to arrow though. https://gist.github.com/andygrove/8abfa027fa29fb9f31efeab90043682c On Thu, Mar 8, 2018 at 8:22 AM, Wes McKinney wrote: > If you could also run with >

Re: Trying to compile Arrow C++

2018-03-08 Thread Wes McKinney
If you could also run with -DARROW_VERBOSE_THIRDPARTY_BUILD=ON that would provide additional debugging help On Thu, Mar 8, 2018 at 10:17 AM, Wes McKinney wrote: > hi Andy, > > Can you post the complete output of running CMake in a gist or > someplace for us to have a look? Do you have any BOOST

Re: Trying to compile Arrow C++

2018-03-08 Thread Wes McKinney
hi Andy, Can you post the complete output of running CMake in a gist or someplace for us to have a look? Do you have any BOOST_* environment variables set? Thanks Wes On Thu, Mar 8, 2018 at 10:12 AM, Andy Grove wrote: > So I'm following the instructions and installed the binary dependencies, >

Trying to compile Arrow C++

2018-03-08 Thread Andy Grove
So I'm following the instructions and installed the binary dependencies, including libboost-dev. I see boost headers in /usr/include/boost. I'm using Ubuntu 16.04. In the Arrow cpp directory, I ran: cmake -G "Unix Makefiles" I get this output: Unable to find the requested Boost libraries.

Re: Introducing myself

2018-03-08 Thread Andy Grove
Hi Krisztian, Yes, I'd love to team up. Thanks for the link ... I had been looking at a different Rust Arrow project. Once I have arrow building I will let you know. Thanks, Andy. On Wed, Mar 7, 2018 at 8:41 AM, Krisztián Szűcs wrote: > Hey Andy! > > In the last couple of days I was digging

[jira] [Created] (ARROW-2288) [Python] slicing logic defective

2018-03-08 Thread Antoine Pitrou (JIRA)
Antoine Pitrou created ARROW-2288: - Summary: [Python] slicing logic defective Key: ARROW-2288 URL: https://issues.apache.org/jira/browse/ARROW-2288 Project: Apache Arrow Issue Type: Bug