NOTE: The |
Avro Data Type | Notes | |
---|---|---|
string | String | |
int | Integer | |
long | Integer | |
float | Decimal | |
double | Decimal | |
boolean | Bool | |
map | Object | |
array | Array | |
record | Object | |
enum | String | |
fixed | String |
On export, are exported to their corresponding Avro types, with the following specific mappings:
Parquet Data Type | Notes | |
---|---|---|
Boolean | BOOLEAN | |
Integer | LONG | |
Decimal | DOUBLE | |
String | STRING |
The fallback data type on export is STRING.