Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cloud](Variant) support DESC merge variants's schema for cloud mode … #38143

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

eldenmoon
Copy link
Member

…(#37955)

Proposed changes

Issue Number: close #xxx

@doris-robot
Copy link

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR

Since 2024-03-18, the Document has been moved to doris-website.
See Doris Document.

@eldenmoon eldenmoon merged commit 25f9bc9 into apache:branch-3.0 Jul 19, 2024
13 of 14 checks passed
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

PFetchRemoteSchemaResponse* response,
google::protobuf::Closure* done) {
bool ret = _heavy_work_pool.try_offer([this, request, response, done]() {
void PInternalService::fetch_remote_tablet_schema(google::protobuf::RpcController* controller,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: function 'fetch_remote_tablet_schema' exceeds recommended size/complexity thresholds [readability-function-size]

void PInternalService::fetch_remote_tablet_schema(google::protobuf::RpcController* controller,
                       ^
Additional context

be/src/service/internal_service.cpp:1046: 96 lines including whitespace and comments (threshold 80)

void PInternalService::fetch_remote_tablet_schema(google::protobuf::RpcController* controller,
                       ^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants