[FEAT MERGE] ARRAY EXPRS IMPLEMENTS

Co-authored-by: qijiax <qijia_xu@163.com>
This commit is contained in:
helloamateur
2024-11-21 13:44:48 +00:00
committed by ob-robot
parent a4b2edc085
commit ce458e96f8
75 changed files with 7889 additions and 729 deletions

View File

@ -836,7 +836,7 @@ int ObSql::fill_select_result_set(ObResultSet &result_set, ObSqlCtx *context, co
&& !ObObjUDTUtil::ob_is_supported_sql_udt(udt_id)) {
// array type
field.type_.set_subschema_id(subschema_id);
field.charsetnr_ = CS_TYPE_BINARY;
field.charsetnr_ = CS_TYPE_UTF8MB4_BIN;
field.length_ = OB_MAX_LONGTEXT_LENGTH;
} else if (OB_FAIL(result_set.get_exec_context().get_subschema_id_by_udt_id(udt_id, tmp_subschema_id))) {
LOG_WARN("unsupported udt id", K(ret), K(subschema_id));