Gabriel39 commented on code in PR #59488:
URL: https://github.com/apache/doris/pull/59488#discussion_r2667269238


##########
be/src/olap/delete_handler.cpp:
##########
@@ -317,7 +317,7 @@ Status parse_to_predicate(const uint32_t index, const 
std::string col_name,
     case TYPE_CHAR:
     case TYPE_VARCHAR:
     case TYPE_STRING: {
-        RETURN_IF_ERROR(convert<TYPE_STRING>(type, res.value_str.front(), 
arena, v));

Review Comment:
   统一在create_comparison_predicate0里面处理了,之前这个处理是分散在各个地方的



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