Skip to content

Feature compatible sr bitmap #5515

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: release-1.0
Choose a base branch
from

Conversation

AOKI123
Copy link

@AOKI123 AOKI123 commented Apr 22, 2025

[core] Add the bitmap_agg aggregation function to be compatible with StarRocks' bitmap format.

Purpose

Linked issue: close #xxx

Tests

API and Format

Documentation

@JingsongLi
Copy link
Contributor

Why we need to have a starrocks bitmap?

@AOKI123
Copy link
Author

AOKI123 commented May 14, 2025

Why we need to have a starrocks bitmap?

@JingsongLi
Hi. When I use the bitmap data type of the Paimon table and query Paimon data with StarRocks, and use the StarRocks function bitmap_from_binary, an error occurs stating that it cannot be serialized into the Bitmap type of StarRocks. So I extended it to be compatible with the bitmap type of StarRocks, enabling me to use various bitmap functions on the Paimon table in StarRocks.

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