Releases: AppliedIntuition/parquet-go
Releases · AppliedIntuition/parquet-go
v1.0.7
What's Changed
- [type] distinguish the string and byte array type by @wenruimeng-work in #5
Full Changelog: v1.0.6...v1.0.7
Release latest master with interface support
What's Changed
- Change the module name to publish it under appliedIntuition by @wenruimeng-work in #3
- [Feature] Support interface value converted to parquet by @wenruimeng-work in #4
Full Changelog: v1.0.2...v1.0.6
Fix the uint encoding
- Use the .(type) to convert value between int and uint since .(type) is compile type without overhead.
Fix uint conversion
- The uint is not considered which cause the panic in the value conversion in the reflect
Support interface and nested array
- Support interface by introducing reflect.Value into the schema generation
- Support nested array with fixing the definition level
Update the module
Update module name to publish it under AppliedIntuition
Support proto generated struct without tags
- Generate schema for the proto struct without tags
- Special handling for the timestamp and enum