diff --git a/be/src/runtime/types.cpp b/be/src/runtime/types.cpp index 386f3b57f041d2..2945bfd33f76ab 100644 --- a/be/src/runtime/types.cpp +++ b/be/src/runtime/types.cpp @@ -234,6 +234,7 @@ TypeDescriptor::TypeDescriptor(const google::protobuf::RepeatedPtrFieldadd(new VMapLiteral(texpr_node)); + } case TExprNodeType::STRUCT_LITERAL: { *expr = pool->add(new VStructLiteral(texpr_node)); return Status::OK();