eldenmoon commented on code in PR #66858:
URL: https://github.com/apache/doris/pull/66858#discussion_r3900164541
##########
be/src/exprs/function/array/function_array_element.h:
##########
@@ -106,9 +106,6 @@ class FunctionArrayElement : public IFunction {
DataTypePtr get_return_type_impl(const DataTypes& arguments) const
override {
DataTypePtr arg_0 = remove_nullable(arguments[0]);
- DCHECK(arg_0->get_primitive_type() == TYPE_ARRAY ||
arg_0->get_primitive_type() == TYPE_MAP)
Review Comment:
为什么删除这里的 DCHECK
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]