Releases: loicalleyne/bodkin
Releases · loicalleyne/bodkin
v0.3.5
v0.3.4
v0.3.4
Changes
- fix missing file
v0.3.3
v0.3.3
Changes
- NextBatch bugfix
v0.3.2
v0.3.2
Changes
- NextBatch() to retrieve []arrow.Record from Reader
v0.3.1
v0.3.1
Changes
- Reader with io.Reader
v0.3.0
v0.3.0
Changes
- NewBodkin() API change
- New Bodkin Reader for loading data to Arrow Record
v0.2.6
v0.2.6
Changes
- mapstructure by default only goes one layer deep in a map[string]any, added custom encoder that ensures nested structures with custom types are properly transformed to nested map[string]any
v0.2.5
v.0.2.5
Changes
- serialize/deserialize arrow schema to/from plain []byte or file rather than Parquet
v0.2.4
v0.2.4
Changes
- add maxcount and reset funcs
v0.2.3
v0.2.3
Changes
- Export/import schema to/from parquet file