lszskye commented on code in PR #364: URL: https://github.com/apache/paimon-cpp/pull/364#discussion_r4055846230
########## LICENSE: ########## @@ -228,6 +228,9 @@ This product includes code from Apache Iceberg C++. * src/paimon/format/avro/avro_direct_encoder.cpp * src/paimon/format/avro/avro_direct_encoder.h * Avro input stream in src/paimon/format/avro/avro_input_stream_impl.cpp +* Optimized 64-bit Roaring bitmap: + * src/paimon/common/utils/optimized_roaring_bitmap64.h + * src/paimon/common/utils/optimized_roaring_bitmap64.cpp Review Comment: <img width="1738" height="476" alt="image" src="https://github.com/user-attachments/assets/cb181c0a-4448-49b4-9afd-072d0c84a481" /> `optimized_roaring_bitmap64` is based on Iceberg C++ implementation, Iceberg C++ implementation aligned with the Java implementation -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
