avro-kotlin / avro4k-arrow

Apache License 2.0
2 stars 1 forks source link

Build Status

Introduction

Avro4k-Arrow is a library that provides avro4k serializers for arrow types.

This library provides serializers for the following arrow types:

JVM Type Schema Type Logical Type Encoded Type
arrow.core.Option UNION<null, T> null, T
arrow.core.Tuple2<A,B> RECORD<A,B> GenericRecord
arrow.core.Tuple3<A,B,C> RECORD<A,B,C> GenericRecord