Skip to content

[Refactor] Move bitmap to typecore#69024

Merged
alvin-celerdata merged 8 commits intoStarRocks:mainfrom
alvin-celerdata:mv-bitmap
Feb 7, 2026
Merged

[Refactor] Move bitmap to typecore#69024
alvin-celerdata merged 8 commits intoStarRocks:mainfrom
alvin-celerdata:mv-bitmap

Conversation

@alvin-celerdata
Copy link
Contributor

Why I'm doing:

What I'm doing:

Fixes #issue

What type of PR is this:

  • BugFix
  • Feature
  • Enhancement
  • Refactor
  • UT
  • Doc
  • Tool

Does this PR entail a change in behavior?

  • Yes, this PR will result in a change in behavior.
  • No, this PR will not result in a change in behavior.

If yes, please specify the type of change:

  • Interface/UI changes: syntax, type conversion, expression evaluation, display information
  • Parameter changes: default values, similar parameters but with different default values
  • Policy changes: use new policy to replace old one, functionality automatically enabled
  • Feature removed
  • Miscellaneous: upgrade & downgrade compatibility, etc.

Checklist:

  • I have added test cases for my bug fix or my new feature
  • This pr needs user documentation (for new or modified features or behaviors)
    • I have added documentation for my new feature or new function
    • This pr needs auto generate documentation
  • This is a backport pr

Bugfix cherry-pick branch check:

  • [ x] I have checked the version labels which the pr will be auto-backported to the target branch
    • 4.1
    • 4.0
    • 3.5
    • 3.4

Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
@CelerData-Reviewer
Copy link

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Delightful!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
@CelerData-Reviewer
Copy link

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Chef's kiss.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Signed-off-by: alvin-celerdata <alvin.zhao@celerdata.com>
@CelerData-Reviewer
Copy link

@codex review

@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Delightful!

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2026

[Java-Extensions Incremental Coverage Report]

pass : 0 / 0 (0%)

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2026

[FE Incremental Coverage Report]

pass : 0 / 0 (0%)

@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2026

[BE Incremental Coverage Report]

pass : 1036 / 1180 (87.80%)

file detail

path covered_line new_line coverage not_covered_line_detail
🔵 be/src/types/tdigest.h 6 10 60.00% [104, 105, 120, 121]
🔵 be/src/types/json_value.h 26 37 70.27% [70, 175, 176, 181, 182, 184, 185, 190, 191, 201, 202]
🔵 be/src/types/tdigest.cpp 292 384 76.04% [100, 101, 120, 121, 122, 123, 124, 126, 127, 128, 129, 130, 132, 133, 135, 136, 137, 138, 140, 161, 162, 165, 166, 169, 170, 205, 206, 209, 210, 239, 241, 243, 244, 246, 247, 249, 251, 256, 262, 268, 274, 275, 278, 279, 287, 288, 290, 291, 306, 319, 320, 362, 363, 384, 385, 386, 387, 388, 389, 390, 391, 394, 525, 526, 603, 604, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 620, 621, 622, 623, 625, 626, 629, 650, 651, 654, 655, 656, 657, 658]
🔵 be/src/common/simdjson_util.h 17 21 80.95% [76, 78, 79, 80]
🔵 be/src/types/json_value_converter.cpp 119 137 86.86% [64, 65, 66, 67, 68, 161, 179, 183, 184, 185, 202, 213, 226, 227, 228, 234, 235, 236]
🔵 be/src/base/url_coding.cpp 81 91 89.01% [50, 51, 98, 128, 131, 132, 133, 134, 164, 170]
🔵 be/src/types/json_value.cpp 195 200 97.50% [46, 47, 134, 135, 205]
🔵 be/src/types/percentile_value.h 29 29 100.00% []
🔵 be/src/base/orlp/pdqsort.h 258 258 100.00% []
🔵 be/src/types/bitmap_value.h 13 13 100.00% []

@alvin-celerdata alvin-celerdata merged commit fb1d8e9 into StarRocks:main Feb 7, 2026
45 of 46 checks passed
@alvin-celerdata alvin-celerdata deleted the mv-bitmap branch February 7, 2026 20:50
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