Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Avro

Data Type

D s item
itemData Type

Notes
stringString  
intInteger 
longInteger  
floatDecimal 
doubleDecimal 
booleanBool 
mapObject 
arrayArray 
recordObject 
enumString 
fixedString  

Export

...

On export, 

D s item
itemdata types
 are exported to their corresponding Avro types, with the following specific mappings: 

D s item
itemData Type
Avro
Parquet Data TypeNotes
BooleanBOOLEAN
Integer
long 
LONG
Decimal
doubleObjectstring Arraystring ByteArraystring 
DOUBLE
 

StringSTRING

The fallback data type on export is

...

STRING.