[
https://issues.apache.org/jira/browse/FLINK-35813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonard Xu updated FLINK-35813:
-------------------------------
Affects Version/s: cdc-3.1.1
> Transform schema operator failed to trigger checkpoint with bounded source
> --------------------------------------------------------------------------
>
> Key: FLINK-35813
> URL: https://issues.apache.org/jira/browse/FLINK-35813
> Project: Flink
> Issue Type: Bug
> Components: Flink CDC
> Affects Versions: cdc-3.1.1
> Reporter: yux
> Assignee: yux
> Priority: Major
> Labels: pull-request-available
>
> Currently, transform schema operator clears its state field after a bounded
> job finishes. Any following checkpoint requests in snapshotState method will
> cause an NPE. Here's a minimum reproducible example:
> ```
> source:
> type: values
> sink:
> type: values
> transform:
> ...
> ```
--
This message was sent by Atlassian Jira
(v8.20.10#820010)