You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Tanya Schlusser (JIRA)" <ji...@apache.org> on 2018/12/17 17:27:00 UTC

[jira] [Comment Edited] (ARROW-4050) core dump on reading parquet file

    [ https://issues.apache.org/jira/browse/ARROW-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16723180#comment-16723180 ] 

Tanya Schlusser edited comment on ARROW-4050 at 12/17/18 5:26 PM:
------------------------------------------------------------------

I can confirm building the environment with {{boost-cpp=1.68.0}} works. I also had to add {{make}} to successfully build {{jemalloc_ep}}, although without it the build and test still worked (the 'install' step right after it worked anyway; it was just disconcerting to have a failed step). I uploaded the entire sequence of commands that produces a successful python test in [{{working_python37_build_on_osx.sh}}|https://issues.apache.org/jira/secure/attachment/12952061/working_python37_build_on_osx.sh].

There are [numpy empty truth test deprecation warnings|https://github.com/numpy/numpy/issues/9583] but that's it. Hope it helps.


was (Author: tanya):
I can confirm building the environment with {{boost-cpp=1.68.0}} works. I also had to add {{make}} to successfully build {{jemalloc_ep}}, although without it the build and test still worked (the 'install' step right after it worked anyway; it was just disconcerting to have a failed step). I uploaded the entire sequence of commands that produces a successful python test in {{working_python37_build_on_osx.sh}}.

There are [numpy empty truth test deprecation warnings|https://github.com/numpy/numpy/issues/9583] but that's it. Hope it helps.

> core dump on reading parquet file
> ---------------------------------
>
>                 Key: ARROW-4050
>                 URL: https://issues.apache.org/jira/browse/ARROW-4050
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: C++, Python
>            Reporter: Antonio Cavallo
>            Priority: Blocker
>         Attachments: bug.parquet, working_python37_build_on_osx.sh
>
>
> Hi,
> I've a crash when doing this:
> {{import pyarrow.parquet as pq}}
> {{pq.read_table('bug.parquet')}}
> [^bug.parquet]
> (this is the same generated by arrow/python/pyarrow/tests/test_parquet.py(112)test_single_pylist_column_roundtrip())



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