Hello all,

Please find below plan for avro datatype conversion to carbon storage type.

1. Avro Complex DataType *Union* can be internally stored as *Struct of
Distinct Value types*.

2. Avro Complex DataType *Enum* can be internally stored as *Array of Value
type*.

3. Avro *Fixed* DataType can be internally stored as *Binary*.

4. Avro Logical DataTypes *TimeMillis* and *TimeMicros* can be internally
stored 
    as *DataTypes.STRING*.

5. Avro Decimal DataType *Decimal* can be internally stored as 
    *DataTypes.createDecimalType(precision, scale)*.

Please provide your inputs and comments. Any suggestion from community is
most
welcomed.

Regards,
Indhumathi



--
Sent from: 
http://apache-carbondata-dev-mailing-list-archive.1130556.n5.nabble.com/

Reply via email to