Skip to content

Conversation

@kaka11chen
Copy link
Contributor

Proposed changes

Backport #33959.

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

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.

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

void dec_ref() {
_ref_cnt--;
_last_access_time = _now();
void update_last_access_time() {
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 'update_last_access_time' can be made const [readability-make-member-function-const]

Suggested change
void update_last_access_time() {
void update_last_access_time() const {

@kaka11chen kaka11chen force-pushed the cherry-pick-33959-to-2.1 branch from d42b954 to f67a14b Compare April 24, 2024 04:19
@kaka11chen kaka11chen marked this pull request as ready for review April 24, 2024 04:20
@kaka11chen kaka11chen force-pushed the cherry-pick-33959-to-2.1 branch from f67a14b to f6ab82c Compare April 24, 2024 14:14
@kaka11chen kaka11chen force-pushed the cherry-pick-33959-to-2.1 branch from f6ab82c to cf1ab98 Compare April 28, 2024 10:11
@morningman morningman merged commit 417431f into apache:branch-2.1 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.

3 participants