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


##########
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:
   这里如果没有convert,对于char 10 这种情况怎么处理?



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