xiaokang commented on code in PR #28421:
URL: https://github.com/apache/doris/pull/28421#discussion_r1427484031


##########
be/src/vec/exprs/vcompound_pred.h:
##########
@@ -61,7 +61,8 @@ 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;
+        ColumnPtr lhs_column =
+                
block->get_by_position(lhs_id).column->convert_to_full_column_if_const();

Review Comment:
   convert_to_full_column_if_const() was deleted by this pr
   
   https://github.com/apache/doris/pull/26160/files



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to