public class HiveAvroTypeConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<org.apache.avro.Schema.Type,String> |
AVRO_TO_HIVE_COLUMN_MAPPING_V_12 |
static String |
DATE |
static String |
DECIMAL
Following are supported Avro logical types where they would be mapped to corresponding Hive types:
Decimal -> "decimal"
Date -> "date"
TIME_MILLIS = "timestamp"
|
static Map<String,Set<String>> |
HIVE_COMPATIBLE_TYPES |
static String |
TIME_MILLIS |
| Constructor and Description |
|---|
HiveAvroTypeConstants() |
public static final Map<org.apache.avro.Schema.Type,String> AVRO_TO_HIVE_COLUMN_MAPPING_V_12
public static final String DECIMAL
public static final String DATE
public static final String TIME_MILLIS