Package org.apache.tajo.storage.avro

Provides read and write support for Avro files.

See: Description

Package org.apache.tajo.storage.avro Description

Provides read and write support for Avro files. Avro schemas are converted to Tajo schemas according to the following mapping of Avro and Tajo types:

Avro type Tajo type
NULL NULL_TYPE
BOOLEAN BOOLEAN
INT INT4
LONG INT8
FLOAT FLOAT4
DOUBLE FLOAT8
BYTES BLOB
STRING TEXT
FIXED BLOB
RECORD Not currently supported
ENUM Not currently supported.
MAP Not currently supported.
UNION Not currently supported.

Copyright © 2014 Apache Software Foundation. All Rights Reserved.