You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (Jira)" <ji...@apache.org> on 2019/08/19 19:42:00 UTC

[jira] [Closed] (ARROW-5965) [Python] Regression: segfault when reading hive table with v0.14

     [ https://issues.apache.org/jira/browse/ARROW-5965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wes McKinney closed ARROW-5965.
-------------------------------
    Fix Version/s: 0.15.0
       Resolution: Duplicate

I'm guessing this is a dup of the memory issue from ARROW-6060. If you obtain a repro or additional information to suggest it's not a memory problem please reopen

> [Python] Regression: segfault when reading hive table with v0.14
> ----------------------------------------------------------------
>
>                 Key: ARROW-5965
>                 URL: https://issues.apache.org/jira/browse/ARROW-5965
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.14.0
>            Reporter: H. Vetinari
>            Priority: Critical
>              Labels: parquet
>             Fix For: 0.15.0
>
>
> I'm working with pyarrow on a cloudera cluster (CDH 6.1.1), with pyarrow installed in a conda env.
> The data I'm reading is a hive(-registered) table written as parquet, and with v0.13, reading this table (that is partitioned) does not cause any issues.
> The code that worked before and now crashes with v0.14 is simply:
> ```
> import pyarrow.parquet as pq
> pq.ParquetDataset('hdfs:///data/raw/source/table').read()
> ```
> Since it completely crashes my notebook (resp. my REPL ends with "Killed"), I cannot report much more, but this is a pretty severe usability restriction. So far the solution is to enforce `pyarrow<0.14`



--
This message was sent by Atlassian Jira
(v8.3.2#803003)