Skip to content

Releases: AppliedIntuition/parquet-go

v1.0.7

14 Mar 21:10
4ab4e0d
Compare
Choose a tag to compare

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

14 Feb 18:32
0e10aa9
Compare
Choose a tag to compare

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

13 Feb 01:34
Compare
Choose a tag to compare
  • Use the .(type) to convert value between int and uint since .(type) is compile type without overhead.

Fix uint conversion

13 Feb 00:18
Compare
Choose a tag to compare
  • The uint is not considered which cause the panic in the value conversion in the reflect

Support interface and nested array

12 Feb 23:29
Compare
Choose a tag to compare
  • Support interface by introducing reflect.Value into the schema generation
  • Support nested array with fixing the definition level

Update the module

09 Feb 18:55
Compare
Choose a tag to compare

Update module name to publish it under AppliedIntuition

Support proto generated struct without tags

09 Feb 07:13
4f78d49
Compare
Choose a tag to compare
  • Generate schema for the proto struct without tags
  • Special handling for the timestamp and enum