Skip to content

Conversation

@HappenLee
Copy link
Contributor

Proposed changes

cherry-pick #41668

@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.

@HappenLee
Copy link
Contributor Author

run buildall

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

end_scan_keys.back().add_value(
cast_to_string<primitive_type, CppType>(get_range_max_value(), scale()));
cast_to_string<primitive_type, CppType>(get_range_max_value(), scale()),
empty_range_only_null ? true : false);
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: redundant boolean literal in ternary expression result [readability-simplify-boolean-expr]

Suggested change
empty_range_only_null ? true : false);
static_cast<bool>(empty_range_only_null));

@doris-robot
Copy link

TeamCity be ut coverage result:
Function Coverage: 36.06% (9337/25893)
Line Coverage: 27.64% (76711/277515)
Region Coverage: 26.44% (39392/148999)
Branch Coverage: 23.23% (20045/86298)
Coverage Report: http://coverage.selectdb-in.cc/coverage/94e4277ddccb416dfc5463f25dcf54b6db697e59_94e4277ddccb416dfc5463f25dcf54b6db697e59/report/index.html

@HappenLee HappenLee merged commit 90d6985 into apache:branch-2.1 Oct 12, 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