MOBIN-F opened a new pull request, #3769: URL: https://github.com/apache/paimon/pull/3769
<!-- Please specify the module before the PR name: [core] ... or [flink] ... --> ### Purpose The serialization entry of cdc kafka_table/database_sync is CdcJsonDeserializationSchema, but CdcJsonDeserializationSchema#deserialize returns CdcSourceRecord(JsonNode). When users extend other format, there will be limitations. Most data serialization is based on byte[], not JsonNode. For example: Users need to use other serialization protocols to serialize data based on byte[], such as binlog of other databases. <!-- Linking this pull request to the issue --> <!-- What is the purpose of the change --> ### Tests <!-- List UT and IT cases to verify this change --> ### API and Format <!-- Does this change affect API or storage format --> ### Documentation <!-- Does this change introduce a new feature --> -- 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]
