The GitHub Actions job "CI" on fluss.git/release-0.9 has failed.
Run started by GitHub user wuchong (triggered by wuchong).

Head commit for run:
42d5c0ce36fd8fc963b46474c443d0be3064c0d9 / Yang Wang <[email protected]>
[flink] Allow partial updates for AGGREGATION merge engine (#2905)

The connector-side validation in FlinkTableSink.getSinkRuntimeProvider()
was rejecting partial updates for ALL merge engines (mergeEngineType != null),
but the server-side AggregateRowMerger fully supports partial updates via
PartialAggregateRowMerger. Narrow the check to only block FIRST_ROW and
VERSIONED engines which genuinely do not support partial updates.

Add IT case for partial update on aggregation merge engine.

Report URL: https://github.com/apache/fluss/actions/runs/23290169029

With regards,
GitHub Actions via GitBox

Reply via email to