Skip to content

[python] Introduce 'nested_partial_update' aggregator function#8578

Open
PyRSA wants to merge 4 commits into
apache:masterfrom
PyRSA:feature/pypaimon-nested-partial-update-impl
Open

[python] Introduce 'nested_partial_update' aggregator function#8578
PyRSA wants to merge 4 commits into
apache:masterfrom
PyRSA:feature/pypaimon-nested-partial-update-impl

Conversation

@PyRSA

@PyRSA PyRSA commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Purpose

Introduce nested_partial_update aggregator function

This change adds support for the nested_partial_update aggregation function in the Python reader, aligning its behavior with the Java implementation. It supports nested-key based partial updates, where only non-null fields overwrite existing values, while configurable nested-key null handling ensures consistent behavior with the Java implementation.

Dependency

This PR depends on #8577 and reuses several shared utility methods introduced there. Please review and merge #8577 first.

Tests

  • python -m pytest pypaimon/tests/test_field_aggregators.py::FieldNestedPartialUpdateAggTest -q
  • git diff --check

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant