Skip to content

Conversation

@BiteTheDDDDt
Copy link
Contributor

Proposed changes

pick from #35789

…used code (apache#35789)

## Proposed changes
optimize bitmap deserialize and remove some unused code
@BiteTheDDDDt
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

r2.add((uint64_t)2);
r2.add((uint64_t)234294967296);
r2.add((uint64_t)195839473298);
r2.add((uint64_t)14000000000000000100ull);
Copy link
Contributor

Choose a reason for hiding this comment

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

warning: integer literal has suffix 'ull', which is not uppercase [readability-uppercase-literal-suffix]

Suggested change
r2.add((uint64_t)14000000000000000100ull);
r2.add((uint64_t)14000000000000000100ULL);

@BiteTheDDDDt
Copy link
Contributor Author

run buildall

@yiguolei yiguolei merged commit d7e84b7 into apache:branch-2.1 Jul 16, 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