提交 467de27a 编写于 作者: M Michael Kolupaev

clickhouse: fixed reinterpret [#CONV-6318].

上级 a77056b0
......@@ -132,7 +132,7 @@ public:
!dynamic_cast<const DataTypeFixedString *>(type))
throw Exception("Cannot reinterpret " + type->getName() + " as " + ToDataType().getName(), ErrorCodes::ILLEGAL_TYPE_OF_ARGUMENT);
return new DataTypeString;
return new ToDataType;
}
/// Выполнить функцию над блоком.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册