MOBIN-F commented on code in PR #3791:
URL: https://github.com/apache/flink-cdc/pull/3791#discussion_r1975217507
##########
flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/main/java/org/apache/flink/cdc/connectors/mysql/table/MySqlReadableMetadata.java:
##########
@@ -103,6 +112,45 @@ public Object read(SourceRecord record) {
throw new UnsupportedOperationException(
"Please call read(RowData rowData) method
instead.");
}
+ }),
+
+ /** schema of the record that contain the row. */
+ SCHEMA(
+ "schema",
Review Comment:
I re-implemented a version, can you help review it when you are free?
--
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]