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

parquet: respect NullsFirst sorting order in Buffer #474

Closed asubiotto closed 1 year ago

asubiotto commented 1 year ago

This was previously not respected because null ordering was set after the column was created.

cc @achille-roussel