MOBIN-F commented on code in PR #3572:
URL: https://github.com/apache/flink-cdc/pull/3572#discussion_r1837413936


##########
flink-cdc-runtime/src/test/java/org/apache/flink/cdc/runtime/operators/transform/PreTransformOperatorTest.java:
##########
@@ -526,4 +526,39 @@ void testMetadataTransform() throws Exception {
                         new StreamRecord<>(
                                 new CreateTableEvent(METADATA_TABLEID, 
EXPECTED_METADATA_SCHEMA)));
     }
+
+    @Test
+    void testMultiTransform() throws Exception {
+        PreTransformOperator transform =
+                PreTransformOperator.newBuilder()

Review Comment:
   done~, also above
   added some tests



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to