xitongsys / parquet-go

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

Do not panic #407

Closed hangxie closed 3 years ago

hangxie commented 3 years ago

Partial fix to https://github.com/xitongsys/parquet-go/issues/395, all panics in common.go are removed except the one for FindFuncTable as it causes large refactor.