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

Krisztian Szucs edited comment on ARROW-8462 at 4/14/20, 9:47 PM:
------------------------------------------------------------------

[~TomAugspurger] could you please try it with a nightly arrow package?

{code}
conda install -c arrow-nightlies pyarrow
{code}


was (Author: kszucs):
[~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)

Reply via email to