Mryange commented on code in PR #42930: URL: https://github.com/apache/doris/pull/42930#discussion_r1823724668
########## be/src/vec/exprs/vruntimefilter_wrapper.cpp: ########## @@ -99,7 +94,7 @@ Status VRuntimeFilterWrapper::execute(VExprContext* context, Block* block, int* size_t size = block->rows(); block->insert({create_always_true_column(size, _data_type->is_nullable()), _data_type, expr_name()}); - *result_column_id = block->columns() - 1; + *result_column_id = static_cast<int>(block->columns() - 1); Review Comment: use cast set -- 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