You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Krisztian Szucs (Jira)" <ji...@apache.org> on 2020/04/14 21:47:00 UTC

[jira] [Commented] (ARROW-8462) Crash in lib.concat_tables on Windows

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

Krisztian Szucs commented on ARROW-8462:
----------------------------------------

[~TomAugspurger] could you please try it with a nightly arrow package {{conda install -c arrow-nightlies pyarrow}} ?

> Crash in lib.concat_tables on Windows
> -------------------------------------
>
>                 Key: ARROW-8462
>                 URL: https://issues.apache.org/jira/browse/ARROW-8462
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.16.0
>            Reporter: Tom Augspurger
>            Priority: Major
>
> This crashes for me with pyarrow 0.16 on my Windows VM
> {code:python}
> import pyarrow as pa
> import pandas as pd
> t = pa.Table.from_pandas(pd.DataFrame({"A": [1, 2]}))
> print("concat")
> pa.lib.concat_tables([t])
> print('done')
> {code}
> Installed pyarrow from conda-forge. I'm not really sure how to get more debug info on windows unfortunately. With `python -X faulthandler` I see
> {{concat
> Windows fatal exception: access violation
> Current thread 0x000004f8 (most recent call first):
>   File "bug.py", line 6 in (module)
> }}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)