You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched in the issues and found nothing similar.
Description
FlinkTableSink.getSinkRuntimeProvider() rejects partial-column inserts for all merge engine tables. However, the server-side PartialAggregateRowMerger already handles partial updates correctly for AGGREGATION tables.
Search before asking
Description
FlinkTableSink.getSinkRuntimeProvider() rejects partial-column inserts for all merge engine tables. However, the server-side PartialAggregateRowMerger already handles partial updates correctly for AGGREGATION tables.
Willingness to contribute