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

move all merge code to merge.go #458

Closed achille-roussel closed 1 year ago

achille-roussel commented 1 year ago

This PR simply moves code between files so functions and types can be found in places where it is more intuitive (e.g. here, the Merge* functions are now all in merge.go).