You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Neal Richardson (Jira)" <ji...@apache.org> on 2019/12/30 15:51:00 UTC

[jira] [Updated] (ARROW-7476) Arrow error: IOError: Error reading bytes from file: No error

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

Neal Richardson updated ARROW-7476:
-----------------------------------
    Component/s: Python

> Arrow error: IOError: Error reading bytes from file: No error
> -------------------------------------------------------------
>
>                 Key: ARROW-7476
>                 URL: https://issues.apache.org/jira/browse/ARROW-7476
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Python
>    Affects Versions: 0.15.0
>         Environment: windows
>            Reporter: gaurav vashisth
>            Priority: Major
>
> when I try to read a parquet file using either Pandas or dask, I get error following error:
> Arrow error: IOError: Error reading bytes from file: No error. However, when I try again to read the file, sometime I'm able to read the file. Below are the command I used to read the parquet file.
> with dask
> dd.read_parquet('my.parquet', engine='pyarrow',compression='snappy').compute()
> {color:#172b4d}pd.read_parquet('my.parquet', engine='pyarrow',compression='snappy'){color}
>  



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