BiteTheDDDDt commented on code in PR #20562: URL: https://github.com/apache/doris/pull/20562#discussion_r1222383307
########## be/src/vec/exprs/vcompound_pred.h: ########## @@ -65,8 +65,7 @@ class VCompoundPred : public VectorizedFnCall { int lhs_id = -1; int rhs_id = -1; RETURN_IF_ERROR(_children[0]->execute(context, block, &lhs_id)); - ColumnPtr lhs_column = - block->get_by_position(lhs_id).column->convert_to_full_column_if_const(); + ColumnPtr lhs_column = block->get_by_position(lhs_id).column; Review Comment: Do not remove defensive code -- 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