yiguolei commented on code in PR #28729:
URL: https://github.com/apache/doris/pull/28729#discussion_r1434688903
##########
be/src/vec/common/schema_util.cpp:
##########
@@ -395,8 +395,8 @@ Status get_least_common_schema(const
std::vector<TabletSchemaSPtr>& schemas,
inherit_tablet_index(output_schema);
if (check_schema_size &&
output_schema->columns().size() >
config::variant_max_merged_tablet_schema_size) {
- return Status::DataQualityError("Reached max column size limit {}",
-
config::variant_max_merged_tablet_schema_size);
+ return Status::Error<ErrorCode::EXCEEDED_LIMIT>(
Review Comment:
not modify
--
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]