Hi, It's mentioned in the following documentation, https://ci.apache.org/projects/flink/flink-docs-stable/dev/table/connectors/formats/canal.html, that "...currently Flink can’t combine UPDATE_BEFORE and UPDATE_AFTER into a single UPDATE message."
Can anyone elaborate on this? Was decomposing a single update into two rows a specific design decision or more influenced by a technical limitation/implementation difficulty? The "currently" implies the latter, and that it may be possible to support this in the future. Thanks!