Skip to content

[fix](move-memtable) fix initial use count of streams for auto partition (#33165)#33236

Merged
liaoxin01 merged 1 commit intoapache:branch-2.1from
liaoxin01:branch-2.1
Apr 3, 2024
Merged

[fix](move-memtable) fix initial use count of streams for auto partition (#33165)#33236
liaoxin01 merged 1 commit intoapache:branch-2.1from
liaoxin01:branch-2.1

Conversation

@liaoxin01
Copy link
Copy Markdown
Contributor

Proposed changes

Issue Number: close #xxx

Further comments

If this is a relatively large or complex change, kick off the discussion at dev@doris.apache.org by explaining why you chose the solution you did and what alternatives you considered, etc...

@doris-robot
Copy link
Copy Markdown

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.

Copy link
Copy Markdown
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

}

Status VTabletWriterV2::_open_streams(int64_t src_id) {
Status VTabletWriterV2::_open_streams() {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

warning: method '_open_streams' can be made static [readability-convert-member-functions-to-static]

be/src/vec/sink/writer/vtablet_writer_v2.h:123:

-     Status _open_streams();
+     static Status _open_streams();

@liaoxin01 liaoxin01 merged commit df197c6 into apache:branch-2.1 Apr 3, 2024
@liaoxin01 liaoxin01 deleted the branch-2.1 branch April 3, 2024 12:31
yiguolei pushed a commit that referenced this pull request Apr 3, 2024
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.

3 participants