Re: Symbol not found: _PyCObject_Type (MacOS El Capitan, Python 3.6)

2018-05-17 Thread Quang Vu
Hi Wes, Thank you for your suggestion. Clearing out CMake temporary files, and rebuilding them again, helps fixing the issue. I am so glad I have a working dev environment now. Thanks again! On Tue, May 15, 2018 at 9:45 PM Wes McKinney wrote: > hi Quang -- I recommend

[jira] [Created] (ARROW-2612) [Plasma] Fix deprecated PLASMA_DEFAULT_RELEASE_DELAY

2018-05-17 Thread Philipp Moritz (JIRA)
Philipp Moritz created ARROW-2612: - Summary: [Plasma] Fix deprecated PLASMA_DEFAULT_RELEASE_DELAY Key: ARROW-2612 URL: https://issues.apache.org/jira/browse/ARROW-2612 Project: Apache Arrow

[jira] [Created] (ARROW-2611) [Python] Python 2 integer serialization

2018-05-17 Thread Philipp Moritz (JIRA)
Philipp Moritz created ARROW-2611: - Summary: [Python] Python 2 integer serialization Key: ARROW-2611 URL: https://issues.apache.org/jira/browse/ARROW-2611 Project: Apache Arrow Issue Type:

Re: Language-independent and cross-language docs

2018-05-17 Thread Wes McKinney
+1 on setting up a top-level documentation project. I think that establishing an information hierarchy to help people understand all the layers of the project is more important than the choice of the documentation tool -- for example, if we started with Sphinx and decided to move later to

[jira] [Created] (ARROW-2610) [Java/Python] Add support for dictionary type to pyarrow.Field.from_jvm

2018-05-17 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-2610: -- Summary: [Java/Python] Add support for dictionary type to pyarrow.Field.from_jvm Key: ARROW-2610 URL: https://issues.apache.org/jira/browse/ARROW-2610 Project: Apache

[jira] [Created] (ARROW-2609) [Java/Python] Complex type conversion in pyarrow.Field.from_jvm

2018-05-17 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-2609: -- Summary: [Java/Python] Complex type conversion in pyarrow.Field.from_jvm Key: ARROW-2609 URL: https://issues.apache.org/jira/browse/ARROW-2609 Project: Apache Arrow

[jira] [Created] (ARROW-2607) [Java/Python] Support VarCharVector / StringArray in pyarrow.Array.from_jvm

2018-05-17 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-2607: -- Summary: [Java/Python] Support VarCharVector / StringArray in pyarrow.Array.from_jvm Key: ARROW-2607 URL: https://issues.apache.org/jira/browse/ARROW-2607 Project:

[jira] [Created] (ARROW-2606) [Java/Python]  Add unit test for pyarrow.decimal128 in Array.from_jvm

2018-05-17 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-2606: -- Summary: [Java/Python]  Add unit test for pyarrow.decimal128 in Array.from_jvm Key: ARROW-2606 URL: https://issues.apache.org/jira/browse/ARROW-2606 Project: Apache

[jira] [Created] (ARROW-2605) [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm

2018-05-17 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-2605: -- Summary: [Java/Python] Add unit test for pyarrow.timeX types in Array.from_jvm Key: ARROW-2605 URL: https://issues.apache.org/jira/browse/ARROW-2605 Project: Apache

[jira] [Created] (ARROW-2604) [Java] Add method overload for VarCharVector.set(int,String)

2018-05-17 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-2604: -- Summary: [Java] Add method overload for VarCharVector.set(int,String) Key: ARROW-2604 URL: https://issues.apache.org/jira/browse/ARROW-2604 Project: Apache Arrow

Re: Language-independent and cross-language docs

2018-05-17 Thread Uwe L. Korn
Hello, I can second that we should move the documentation to a central one. As a C++ and Python contributor at the same time it always hard to think of where you should document a specific piece. We have a very small C++ documentation and a bit larger Python one. For some features it would

New Arrow PMC Member: Siddharth Teotia

2018-05-17 Thread Wes McKinney
The Project Management Committee (PMC) for Apache Arrow has invited Siddharth Teotia to become a PMC member and we are pleased to announce that he has accepted. Congratulations and welcome, Sidd!

Re: Arrow 1319 [Python] Add additional HDFS filesystem methods

2018-05-17 Thread Wes McKinney
hi Alex, Yes, please feel free to break this into multiple PRs as each new filesystem method may require a number of unit tests, and these may be easier to review in smaller batches. cheers Wes On Mon, May 14, 2018 at 8:44 AM, Alex Hagerman wrote: > Hello, > > I was

[CI] Rust/C++/Python/Cython coverage published

2018-05-17 Thread Antoine Pitrou
Hi, As a heads-up, Travis-CI runs now generate code coverage data for the aforementioned languages (after running the relevant test suite(s)), and upload it to CodeCov. You can find an example report here: https://codecov.io/gh/apache/arrow/list/455318556339ca492d3c02e6c6a297865f647bf7/

[jira] [Created] (ARROW-2603) [Python] from pandas raises ArrowInvalid for date(time) subclasses

2018-05-17 Thread Florian Jetter (JIRA)
Florian Jetter created ARROW-2603: - Summary: [Python] from pandas raises ArrowInvalid for date(time) subclasses Key: ARROW-2603 URL: https://issues.apache.org/jira/browse/ARROW-2603 Project: Apache

[jira] [Created] (ARROW-2602) [C++/Python] Automate build of development docker container

2018-05-17 Thread Uwe L. Korn (JIRA)
Uwe L. Korn created ARROW-2602: -- Summary: [C++/Python] Automate build of development docker container Key: ARROW-2602 URL: https://issues.apache.org/jira/browse/ARROW-2602 Project: Apache Arrow

[jira] [Created] (ARROW-2601) [Python] MemoryPool bytes_allocated causes seg

2018-05-17 Thread Alex Hagerman (JIRA)
Alex Hagerman created ARROW-2601: Summary: [Python] MemoryPool bytes_allocated causes seg Key: ARROW-2601 URL: https://issues.apache.org/jira/browse/ARROW-2601 Project: Apache Arrow Issue

[jira] [Created] (ARROW-2600) [Python] Add additional LocalFileSystem filesystem methods

2018-05-17 Thread Alex Hagerman (JIRA)
Alex Hagerman created ARROW-2600: Summary: [Python] Add additional LocalFileSystem filesystem methods Key: ARROW-2600 URL: https://issues.apache.org/jira/browse/ARROW-2600 Project: Apache Arrow

[jira] [Created] (ARROW-2599) pip install on ARM fails

2018-05-17 Thread Dominykas Mostauskis (JIRA)
Dominykas Mostauskis created ARROW-2599: --- Summary: pip install on ARM fails Key: ARROW-2599 URL: https://issues.apache.org/jira/browse/ARROW-2599 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-2598) [Python] table.to_pandas segfault

2018-05-17 Thread jacques (JIRA)
jacques created ARROW-2598: -- Summary: [Python] table.to_pandas segfault Key: ARROW-2598 URL: https://issues.apache.org/jira/browse/ARROW-2598 Project: Apache Arrow Issue Type: Bug

[jira] [Created] (ARROW-2597) [Plasma] remove UniqueIDHasher

2018-05-17 Thread Zhijun Fu (JIRA)
Zhijun Fu created ARROW-2597: Summary: [Plasma] remove UniqueIDHasher Key: ARROW-2597 URL: https://issues.apache.org/jira/browse/ARROW-2597 Project: Apache Arrow Issue Type: Improvement

[jira] [Created] (ARROW-2596) [GLib] Use the default value of GTK-Doc

2018-05-17 Thread Kouhei Sutou (JIRA)
Kouhei Sutou created ARROW-2596: --- Summary: [GLib] Use the default value of GTK-Doc Key: ARROW-2596 URL: https://issues.apache.org/jira/browse/ARROW-2596 Project: Apache Arrow Issue Type: