segmentio / parquet-go

Go library to read/write Parquet files
https://pkg.go.dev/github.com/segmentio/parquet-go
Apache License 2.0
341 stars 102 forks source link

Fix MultiRowGroup pageReadMode #466

Closed joe-elliott closed 1 year ago

joe-elliott commented 1 year ago

Previously we added the ability to configure a "sync" or "async" page read mode:

https://github.com/segmentio/parquet-go/pull/417

This PR corrects an issue where this configuration option is not respected when using MultiRowGroup.