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


With regards,
Apache Git Services

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

Reply via email to