You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
Adding support for enum continuation
This commit is contained in:
@@ -197,6 +197,8 @@ execplan::CalpontSystemCatalog::ColDataType DDLPackageProcessor::convertDataType
|
||||
|
||||
case ddlpackage::DDL_TEXT: colDataType = CalpontSystemCatalog::TEXT; break;
|
||||
|
||||
case ddlpackage::DDL_ENUM: colDataType = CalpontSystemCatalog::ENUM; break;
|
||||
|
||||
default: throw runtime_error("Unsupported datatype!");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user