PyRSA opened a new pull request, #8724: URL: https://github.com/apache/paimon/pull/8724
### Purpose This PR introduces the Python `FieldRoaringBitmap32Agg` and `FieldRoaringBitmap64Agg` implementations and aligns the Python roaring bitmap aggregation behavior with the Java implementation. The changes include: - Add `rbm32` and `rbm64` field aggregation support. - Support roaring bitmap merge using serialized `bytes` representation. - Add `VARBINARY` type validation for roaring bitmap aggregation. - Add unit tests for aggregation and invalid input types. ### Tests - `python -m pytest pypaimon/tests/test_field_aggregators.py::FieldRoaringBitmap32AggTest -q` - `python -m pytest pypaimon/tests/test_field_aggregators.py::FieldRoaringBitmap64AggTest -q` - `python -m pytest pypaimon/tests/test_aggregation_e2e.py -q` - `python -m pytest pypaimon/tests/test_aggregation_merge_function.py -q` - `git diff --check` -- 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]
