You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/03/12 06:18:02 UTC

[GitHub] [incubator-doris] wangbo opened a new issue #3088: Support Java version 64 bits Integers for BITMAP type

wangbo opened a new issue #3088: Support Java version 64 bits Integers for BITMAP type
URL: https://github.com/apache/incubator-doris/issues/3088
 
 
   **Why We Need a Java version 64 int bitmap**
   In the new Spark Load process,we want to support  pre-aggregation of  precise count distinct,that means we need to build bitmap in the Spark Load;
   But now 64 bits Integers RoaringBitmap doesn't support serialize and deserialize cross Java Version and C++ version,because they have different storage format.
   #2771 has fork and define a Doris owned bitmap format,but just C++ version.
   So we need a Java version that is compatible with it.
   
   **Solution**
   Fork a Roaring64NavigableMap;
   Rewrite its serialize/deserialize;

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org