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


##########
be/src/vec/functions/array/function_array_element.h:
##########
@@ -327,14 +328,15 @@ class FunctionArrayElement : public IFunction {
                                 const UInt8* src_null_map, UInt8* 
dst_null_map) const {
         // check array nested column type and get data
         auto left_column = 
arguments[0].column->convert_to_full_column_if_const();
-        const auto& array_column = reinterpret_cast<const 
ColumnArray&>(*left_column);

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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to