xitongsys / parquet-go

pure golang library for reading/writing parquet file
Apache License 2.0
1.27k stars 293 forks source link

In case of schema mismatch it will generate panic, returning in the main project, wreaking havok and killing everyone on its path #524

Open itiulkanov opened 1 year ago

itiulkanov commented 1 year ago

Is there any way to somehow avoid this panic beforehand? Some preset values may be? https://github.com/xitongsys/parquet-go/blob/0a05ac19c73fa66a8f9c22083dac34accaf4e777/reader/reader.go#L101