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
I'm trying to read 6GB table of compressed NDJSON data from S3. The data is compressed with ZStd with about x100 compression ratio. Files are stored HIVE partitioned and have an average size of 25Mb.
Whatever I do it can not read the data and ends up with error Error: Custom { kind: Other, error: External(External(ArrowError(ExternalError(IoError(Custom { kind: Other, error: ObjectStore(Generic { store: "S3", source: reqwest::Error { kind: Body, source: hyper::Error(Body, Os { code: 54, kind: ConnectionReset, message: "Connection reset by peer" }) } }) })), None))) }
Describe the bug
I'm trying to read 6GB table of compressed NDJSON data from S3. The data is compressed with ZStd with about x100 compression ratio. Files are stored HIVE partitioned and have an average size of 25Mb.
Whatever I do it can not read the data and ends up with error
Error: Custom { kind: Other, error: External(External(ArrowError(ExternalError(IoError(Custom { kind: Other, error: ObjectStore(Generic { store: "S3", source: reqwest::Error { kind: Body, source: hyper::Error(Body, Os { code: 54, kind: ConnectionReset, message: "Connection reset by peer" }) } }) })), None))) }
To Reproduce
Try to read huge Zstd comprised NDJSON from S3
Expected behavior
Would be grate if it can read the data.
Additional context
I use following object store configuration
Listing option is following
Here is a tail of debug output
The text was updated successfully, but these errors were encountered: