yiguolei commented on code in PR #17311:
URL: https://github.com/apache/doris/pull/17311#discussion_r1122533652
##########
be/src/vec/exprs/vstruct_literal.cpp:
##########
@@ -25,8 +25,7 @@ Status VStructLiteral::prepare(RuntimeState* state, const
RowDescriptor& row_des
Field struct_field = Tuple();
for (const auto child : _children) {
Field item;
- ColumnPtrWrapper* const_col_wrapper = nullptr;
- RETURN_IF_ERROR(child->get_const_col(context, &const_col_wrapper));
Review Comment:
Thanks. It is a mistake.
--
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]