Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@loicalleyne loicalleyne released this 21 Jul 02:45

First release

ArrowSchemaFromAvro(avroSchema []byte, includeTopLevel bool) (*arrow.Schema, error)
Support for Avro primitive, complex and logical types.
Basic unions of null and one other type are supported.

ArrowSchemaFromMap(m map[string]interface{}) (*arrow.Schema, error)
Support for Go primitive types using reflect to detect types.