[
https://issues.apache.org/jira/browse/ARROW-8462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tom Augspurger updated ARROW-8462:
----------------------------------
Description:
This crashes for me with pyarrow 0.16 on my Windows VM
{{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')
}}
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)
}}
was:
This crashes for me with pyarrow 0.16 on my Windows VM
{{
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')
}}
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)
}}
> 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
> {{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')
> }}
> 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)