Skip to main content
Version: 0.3.0

Gravitino supported Catalogs

The catalogs currently supported by the Gravitino connector are as follows:

Create catalog

Trino currently does not support creating Gravitino managed catalogs, if you need to create a catalog, please refer to: Create a Catalog.

Data type mapping between Trino and Gravitino

Gravitino connector supports the following data type conversions between Trino and Gravitino currently. Depending on the detailed catalog, Gravitino may not support some data types conversion for this specific catalog, for example, Hive does not support TIME data type.

Gravitino TypeTrino Type
BooleanTypeBOOLEAN
ByteTypeTINYINT
ShortTypeSMALLINT
IntegerTypeINTEGER
LongTypeBIGINT
FloatTypeREAL
DoubleTypeDOUBLE
DecimalTypeDECIMAL
StringTypeVARCHAR
VarcharTypeVARCHAR
BinaryTypeVARBINARY
DateTypeDATE
TimeTypeTIME
TimestampTypeTIMESTAMP
ArrayTypeARRAY
MapTypeMAP
StructTypeROW

For more about Trino data types, please refer to Trino data types and Gravitino data types, please refer to Gravitino data types.