HappenLee commented on code in PR #48537:
URL: https://github.com/apache/doris/pull/48537#discussion_r1992161681


##########
be/src/vec/exprs/table_function/vexplode.cpp:
##########
@@ -36,20 +36,24 @@
 #include "vec/functions/function_helpers.h"
 
 namespace doris::vectorized {
+
 #include "common/compile_check_begin.h"
+#include "vec/columns/column_struct.h"
 
 VExplodeTableFunction::VExplodeTableFunction() {
     _fn_name = "vexplode";
 }
 
-Status VExplodeTableFunction::_process_init_variant(Block* block, int 
value_column_idx) {
+Status VExplodeTableFunction::_process_init_variant(Block* block, int 
value_column_idx,

Review Comment:
   better only pass i as loc. array_column should be _array_columns[i]



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