yiguolei commented on code in PR #39030:
URL: https://github.com/apache/doris/pull/39030#discussion_r1709122103


##########
be/src/vec/runtime/vorc_transformer.cpp:
##########
@@ -382,8 +382,10 @@ Status VOrcTransformer::_resize_row_batch(const 
DataTypePtr& type, const IColumn
         for (auto* child : struct_batch->fields) {
             const IColumn& child_column = struct_col.get_column(idx);
             child->resize(child_column.size());
-            auto child_type = assert_cast<const 
vectorized::DataTypeStruct*>(real_type.get())

Review Comment:
   maybe not need



-- 
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]

Reply via email to