HappenLee commented on code in PR #55651:
URL: https://github.com/apache/doris/pull/55651#discussion_r2324063753
##########
be/src/olap/tablet_schema.cpp:
##########
@@ -539,6 +539,8 @@ uint32_t
TabletColumn::get_field_length_by_type(TPrimitiveType::type type, uint3
return 12; // use 12 bytes in olap engine.
default:
LOG(WARNING) << "unknown field type. [type=" << type << "]";
+ throw doris::Exception(ErrorCode::NOT_IMPLEMENTED_ERROR,
Review Comment:
have test ? not core here?
--
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]