HappenLee commented on code in PR #42930: URL: https://github.com/apache/doris/pull/42930#discussion_r1823740863
########## be/src/vec/exprs/vexpr_context.cpp: ########## @@ -164,7 +168,7 @@ Status VExprContext::execute_conjuncts(const VExprContextSPtrs& ctxs, const std::vector<IColumn::Filter*>* filters, bool accept_null, Block* block, IColumn::Filter* result_filter, bool* can_filter_all) { - int rows = block->rows(); + int rows = cast_set<int>(block->rows()); Review Comment: why here use int -- 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