mikemherron
Results
1
comments of
mikemherron
I'm also having this issue; in my case it is coming from [common/common.go](https://github.com/xitongsys/parquet-go/blob/75e935fc3e17e62c3e4ae5e088b84c8af47a23b0/common/common.go#L669): ```go ... func FindFuncTable(pT *parquet.Type, cT *parquet.ConvertedType, logT *parquet.LogicalType) FuncTable { if cT == nil && logT...