HappenLee commented on code in PR #56963:
URL: https://github.com/apache/doris/pull/56963#discussion_r2431283477


##########
be/src/vec/sink/vtablet_block_convertor.cpp:
##########
@@ -243,40 +255,44 @@ Status OlapTableBlockConvertor::_internal_validate_column(
             // This is a workaround for now, need to improve it after better 
support of multi-byte chars.
             if (type_str && !state->enable_insert_strict()) {
                 ColumnsWithTypeAndName argument_template;
+                auto input_type = orig_type;
+                if (orig_column->is_nullable()) {

Review Comment:
   remove the type op,unit use column string



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