Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.1 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.1 KB

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