yuxiqian commented on PR #4280:
URL: https://github.com/apache/flink-cdc/pull/4280#issuecomment-3976423133

   Hi @VinaySagarGonabavi, thanks for your contribution. Actually Transform 
operator used to be stateful until #4056. The idea is transform rules itself is 
deterministic and making it a pure mapping node makes more sense.
   
   As for the problem mentioned above, Transform operator should emit 
`CreateTableEvent` with newly transformed schema after restarting from 
checkpoint. Should the `SchemaOperator` and `SchemaCoordinator` take the 
responsibility of handling these changes (they're stateful) and emit correct 
schema change events to downstream?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to