xitongsys / parquet-go

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

Incompatibilities in v1.6.0? What are they? #575

Open AnvilStriker opened 8 months ago

AnvilStriker commented 8 months ago

The "release notes" for v1.6.0 say:

Big changes in the type. Not compatible with before.

That's it. No details. Which doesn't exactly inspire a lot of confidence.

What do I need to be aware of / test for when upgrading from 1.5.4?

Anyone?

liouxiao commented 7 months ago

AFAIK, ParquetTypeToGoType removed from /types/types.go, which caused https://github.com/chrislusf/gleam/issues/195