RE: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Zheng, Kai
I don't have $FLATBUFFERS_HOME and I'd rather depend on the setup_build_env.sh work. setup_build_env.sh does work and leave this folder thirdparty/flatbuffers-1.3.0 that looks good. The root cause that it doesn't work fully looks like to be Flatbuffers_HOME isn't set in CMakeLists.txt file.

[jira] [Created] (ARROW-82) C++: Implement IPC exchange for List types

2016-03-27 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-82: - Summary: C++: Implement IPC exchange for List types Key: ARROW-82 URL: https://issues.apache.org/jira/browse/ARROW-82 Project: Apache Arrow Issue Type: New

Re: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Wes McKinney
There could be a cmake caching issue, too. So trying a fresh clone (or deleting your out-of-source build directory) may help. Be sure to check $FLATBUFFERS_HOME and look in that directory to check for `flatbuffers/flatbuffers.h` On Sun, Mar 27, 2016 at 6:55 PM, Zheng, Kai

RE: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Zheng, Kai
Thanks Micah. Got noted. OK right now I will work around my setup and if any further interesting finding I will post here for your reference. Regards, Kai -Original Message- From: Micah Kornfield [mailto:emkornfi...@gmail.com] Sent: Monday, March 28, 2016 9:47 AM To:

Re: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Micah Kornfield
Hi Kai, This might not solve your problem but I had an issue building flatbuffers. The fix was I had to modify the flatbuffers cmake file (thirdparty/flatbuffers-1.3.0/CMakeLists.txt) to force -std=c++11 instead of c++0x. I also don't think build_thirdparty.sh is properly surfacing errors if the

RE: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Zheng, Kai
Hi Wes, Yes I did `sh setup_build_env.sh`. Everything else works fine, except the flatbuffers lib. If it assumes equipping the lib by itself, I can look into the issue and see if a fix is needed or not. Thanks. Regards, Kai -Original Message- From: Wes McKinney

Re: Does arrow/cpp setup google flatbuffers lib by itself?

2016-03-27 Thread Wes McKinney
hi Kai, Did you run source setup_build_env.sh ? You can also manually run the thirdparty build scripts, but then you must set the environment variables yourself (see the setup_build_env.sh and also the Travis CI scripts for a complete accounting). Thanks Wes On Sun, Mar 27, 2016 at 5:25 PM,

[jira] [Updated] (ARROW-81) C++: Add a Category nested type

2016-03-27 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-81?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney updated ARROW-81: -- Description: A Category (or "factor") is a dictionary-encoded array whose dictionary has semantic

[jira] [Created] (ARROW-81) C++: Add a Category nested type

2016-03-27 Thread Wes McKinney (JIRA)
Wes McKinney created ARROW-81: - Summary: C++: Add a Category nested type Key: ARROW-81 URL: https://issues.apache.org/jira/browse/ARROW-81 Project: Apache Arrow Issue Type: New Feature

[jira] [Resolved] (ARROW-65) Python: FindPythonLibsNew does not work in a virtualenv

2016-03-27 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-65?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-65. --- Resolution: Fixed Issue resolved by pull request 43 [https://github.com/apache/arrow/pull/43] >

[jira] [Resolved] (ARROW-63) C++: ctest fails if Python 3 is the active Python interpreter

2016-03-27 Thread Wes McKinney (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-63?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wes McKinney resolved ARROW-63. --- Resolution: Fixed Issue resolved by pull request 42 [https://github.com/apache/arrow/pull/42] > C++:

[jira] [Commented] (ARROW-80) Segmentation fault on len(Array) for empty arrays

2016-03-27 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-80?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213541#comment-15213541 ] Uwe L. Korn commented on ARROW-80: -- PR: https://github.com/apache/arrow/pull/45 > Segmentation fault on

[jira] [Created] (ARROW-80) Segmentation fault on len(Array) for empty arrays

2016-03-27 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-80: Summary: Segmentation fault on len(Array) for empty arrays Key: ARROW-80 URL: https://issues.apache.org/jira/browse/ARROW-80 Project: Apache Arrow Issue Type: Bug

[jira] [Commented] (ARROW-79) Python: Add benchmarks

2016-03-27 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-79?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213531#comment-15213531 ] Uwe L. Korn commented on ARROW-79: -- PR: https://github.com/apache/arrow/pull/44 > Python: Add benchmarks >

[jira] [Updated] (ARROW-79) Python: Add benchmarks

2016-03-27 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Uwe L. Korn updated ARROW-79: - Summary: Python: Add benchmarks (was: Add benchmarks) > Python: Add benchmarks > -- >

[jira] [Commented] (ARROW-65) Python: FindPythonLibsNew does not work in a virtualenv

2016-03-27 Thread Uwe L. Korn (JIRA)
[ https://issues.apache.org/jira/browse/ARROW-65?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15213437#comment-15213437 ] Uwe L. Korn commented on ARROW-65: -- PR: https://github.com/apache/arrow/pull/43 > Python: