Jiabao-Sun commented on code in PR #3615:
URL: https://github.com/apache/flink-cdc/pull/3615#discussion_r1768333821
##########
flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mongodb-cdc/src/test/java/org/apache/flink/cdc/connectors/mongodb/source/MongoDBFullChangelogITCase.java:
##########
@@ -648,6 +648,7 @@ private void testMongoDBParallelSource(
+ " name STRING,"
+ " address STRING,"
+ " phone_number STRING,"
+ + " op_type STRING METADATA FROM 'op_type'
VIRTUAL,"
Review Comment:
Thanks @qg-lin for this improvement.
How about add this case into `MongoDBConnectorITCase#testMetadataColumns`
--
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]