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

[Feature](PreparedStatement) implement general server side prepared #33806

Closed

Conversation

eldenmoon
Copy link
Member

fix rebase

Proposed changes

Issue Number: close #xxx

Further comments

If this is a relatively large or complex change, kick off the discussion at [email protected] by explaining why you chose the solution you did and what alternatives you considered, etc...

@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 marked this pull request as draft April 17, 2024 16:05
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

class GolobalColumnTree {
public:
GolobalColumnTree() = default;
void register_column(const vectorized::PathInData& path, const RowsetId& rowset_id,
Copy link
Contributor

Choose a reason for hiding this comment

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

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

Suggested change
void register_column(const vectorized::PathInData& path, const RowsetId& rowset_id,
static void register_column(const vectorized::PathInData& path, const RowsetId& rowset_id,

std::lock_guard<std::mutex> lock(_lock);
}
// return nullptr if not found
const SubcolumnReader* get_reader(const vectorized::PathInData& path, RowsetId rowset_id,
Copy link
Contributor

Choose a reason for hiding this comment

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

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

Suggested change
const SubcolumnReader* get_reader(const vectorized::PathInData& path, RowsetId rowset_id,
static const SubcolumnReader* get_reader(const vectorized::PathInData& path, RowsetId rowset_id,

@yiguolei yiguolei force-pushed the branch-2.1 branch 3 times, most recently from 5ead555 to 5f2d0e3 Compare April 25, 2024 04:02
@eldenmoon eldenmoon closed this Apr 28, 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.

2 participants