Skip to content

[python] Introduce 'listagg' aggregator#8561

Open
PyRSA wants to merge 1 commit into
apache:masterfrom
PyRSA:feature/pypaimon-listagg-impl
Open

[python] Introduce 'listagg' aggregator#8561
PyRSA wants to merge 1 commit into
apache:masterfrom
PyRSA:feature/pypaimon-listagg-impl

Conversation

@PyRSA

@PyRSA PyRSA commented Jul 11, 2026

Copy link
Copy Markdown
Contributor

Purpose

Introduce the listagg field aggregator for pypaimon.

This change adds support for the listagg aggregation function in the Python reader, aligning its behavior with the Java implementation. It supports configurable delimiters through fields.<field-name>.list-agg-delimiter and optional deduplication via ields.<field-name>.distinct.

Tests

  • python -m pytest pypaimon/tests/test_field_aggregators.py::FieldListaggAggTest -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