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

fix issue 252 #277

Closed achille-roussel closed 2 years ago

achille-roussel commented 2 years ago

Fixes #252

The PR fixes the panic reported when using parquet.GenericReader[any], as well as another panic occurring when using parquet.GenericWriter[any], and adds examples of how to use these constructs.