...
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 |
Export
...
On export,
D s item | ||
---|---|---|
|
|
---|
Parquet Data Type | Notes | |
---|---|---|
Boolean | BOOLEAN | |
Integer |
LONG | |
Decimal |
DOUBLE |
String | STRING |
The fallback data type on export is
...
STRING.