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 58 forks source link

Add support for synchronous page reading #417

Closed joe-elliott closed 1 year ago

joe-elliott commented 1 year ago

This PR adds a File level config option that controls whether or not pages are read synchronously. It defaults to async to maintain backwards compatibility.

I'm not married to any of the names in this PR so feel free to suggest alternatives.

cc @asubiotto