wangbo opened a new issue #4883: URL: https://github.com/apache/incubator-doris/issues/4883
**Describe the bug** 1. add elements to ```org.apache.doris.load.loadv2.dpp.BitmapValue``` which 32-bit bitmap is enough to store 2. Serialize ```BitmapValue```, and then deserialize it will be failed. This is because the logic of serialization and deserialization is not consistent when ```BitmapValue``` only has 32-bit bitmap ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
