xitongsys / parquet-go

pure golang library for reading/writing parquet file
Apache License 2.0
1.27k stars 293 forks source link

layout: fix read byte not full from s3 #330

Closed 3pointer closed 4 years ago

3pointer commented 4 years ago

thriftReader may not read full bytes from s3 backend. useio.ReadFull instead.

xitongsys commented 4 years ago

thanks !