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

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

gaurav vashisth created ARROW-7476:
--------------------------------------

             Summary: 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


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)