PyRSA opened a new pull request, #8577:
URL: https://github.com/apache/paimon/pull/8577

   ### Purpose
   Introduce the `nested_update` field aggregator for pypaimon.
   
   This change adds support for the nested_update aggregation function in the 
Python reader, aligning its behavior with the Java implementation. It supports 
nested-key based updates, optional sequence-field based conflict resolution, 
configurable nested-key null handling, and count limiting.
   
   ### Dependency
   This PR depends on #8561 and reuses several shared utility methods 
introduced there. Please review and merge #8561 first.
   
   ### Tests
   - `python -m pytest 
pypaimon/tests/test_field_aggregators.py::FieldNestedUpdateAggTest -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]

Reply via email to