e-mhui commented on code in PR #8607:
URL: https://github.com/apache/inlong/pull/8607#discussion_r1281566833
##########
inlong-sort/sort-flink/sort-flink-v1.13/sort-connectors/oracle-cdc/src/main/java/org/apache/inlong/sort/cdc/oracle/debezium/table/RowDataDebeziumDeserializeSchema.java:
##########
@@ -797,7 +797,32 @@ private Object getValueWithSchema(Object fieldValue,
String schemaName) {
@Override
public void deserialize(SourceRecord record, Collector<RowData> out)
throws Exception {
- deserialize(record, out);
+ Envelope.Operation op = Envelope.operationFor(record);
Review Comment:
Thanks, it has done.
--
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]