gaodayue opened a new pull request #2772: Support unsigned BIGINT element for BITMAP type URL: https://github.com/apache/incubator-doris/pull/2772 Fixes #2771 Main changes in this CL * rename RoaringBitmap to BitmapValue and move the definition into a dedicated header "bitmap_value.h" * leveraging Roaring64Map to support unsigned bigint for bitmap type * introduces two new format (SINGLE64 and BITMAP64) for bitmap type Detailed design will be written later, open first to run CI
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
