Skip to content

Conversation

@BiteTheDDDDt
Copy link
Contributor

Proposed changes

optimize bitmap deserialize and remove some unused code

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

@BiteTheDDDDt
Copy link
Contributor Author

run buildall

@github-actions
Copy link
Contributor

github-actions bot commented Jun 3, 2024

clang-tidy review says "All clean, LGTM! 👍"

@BiteTheDDDDt BiteTheDDDDt changed the title [Enchancement] optimize bitmap deserialize and remove some unused code [Enchancement](bitmap) optimize bitmap deserialize and remove some unused code Jun 3, 2024
@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);

Copy link
Member

@mrhhsg mrhhsg left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions github-actions bot added the approved Indicates a PR has been approved by one committer. label Jun 4, 2024
@github-actions
Copy link
Contributor

github-actions bot commented Jun 4, 2024

PR approved by at least one committer and no changes requested.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 4, 2024

PR approved by anyone and no changes requested.

@BiteTheDDDDt BiteTheDDDDt merged commit 8eb6caf into apache:master Jun 4, 2024
dataroaring pushed a commit that referenced this pull request Jun 4, 2024
…used code (#35789)

## Proposed changes
optimize bitmap deserialize and remove some unused code
seawinde pushed a commit to seawinde/doris that referenced this pull request Jun 5, 2024
…used code (apache#35789)

## Proposed changes
optimize bitmap deserialize and remove some unused code
BiteTheDDDDt added a commit to BiteTheDDDDt/incubator-doris that referenced this pull request Jul 10, 2024
…used code (apache#35789)

## Proposed changes
optimize bitmap deserialize and remove some unused code
BiteTheDDDDt added a commit to BiteTheDDDDt/incubator-doris that referenced this pull request Jul 10, 2024
…used code (apache#35789)

## Proposed changes
optimize bitmap deserialize and remove some unused code
yiguolei pushed a commit that referenced this pull request Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by one committer. dev/2.1.5-merged dev/3.0.0-merged reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants