Supported Kudu data types for replication
Refer to the table below to identify the Kudu column types that are supported for replication using the Flink-based job.
| Kudu type | Notes |
|---|---|
| STRING | UTF-8 encoded text. |
| VARCHAR | The Flink connector maps this to STRING. The length constraint is not enforced. |
| BOOL | Supported. |
INT8, INT16,INT32,
INT64 |
Supported. |
FLOAT, DOUBLE |
Supported. |
| DECIMAL(precision, scale) | Precision and scale are preserved during replication. |
| UNIXTIME_MICROS | Timestamps with microsecond precision. |
| BINARY | Supported. |
