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

Handle Optional Map Fields By Adding Map case in nullIndexFuncOf #313

Closed Pryz closed 2 years ago

Pryz commented 2 years ago

The optional tag requires handling null value cases for the null index on optional columns.

This PR adds the necessary case statement to handle maps.

Fixes #302