[
https://issues.apache.org/jira/browse/ARROW-7476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17005411#comment-17005411
]
Neal Richardson commented on ARROW-7476:
----------------------------------------
Thanks for the report. Can you provide a file that reproduces this issue?
> 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
> 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)