You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug, including details regarding any error messages, version, and platform.
Specifically, when supplied an implementation of parquet.ReaderSeeker that returns io.EOF as an error when io.ReadAt perfect reads to the end of stream, it interprets it as a proper error:
… and magic bytes (apache#34808)
* Closes: apache#34807
Lead-authored-by: Andy Chang <achang@arize.com>
Co-authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
ArgusLi
pushed a commit
to Bit-Quill/arrow
that referenced
this issue
May 15, 2023
… and magic bytes (apache#34808)
* Closes: apache#34807
Lead-authored-by: Andy Chang <achang@arize.com>
Co-authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
rtpsw
pushed a commit
to rtpsw/arrow
that referenced
this issue
May 16, 2023
… and magic bytes (apache#34808)
* Closes: apache#34807
Lead-authored-by: Andy Chang <achang@arize.com>
Co-authored-by: Matt Topol <zotthewizard@gmail.com>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
Describe the bug, including details regarding any error messages, version, and platform.
Specifically, when supplied an implementation of
parquet.ReaderSeeker
that returnsio.EOF
as an error whenio.ReadAt
perfect reads to the end of stream, it interprets it as a proper error:https://github.com/apache/arrow/blob/go/v11.0.0/go/parquet/file/file_reader.go#L166-L168
The interface of
io.ReaderAt
states (https://pkg.go.dev/io#ReaderAt):Component(s)
Go
The text was updated successfully, but these errors were encountered: