leonardBang commented on code in PR #3357:
URL: https://github.com/apache/flink-cdc/pull/3357#discussion_r1698051435
##########
flink-cdc-runtime/src/test/java/org/apache/flink/cdc/runtime/operators/transform/TransformDataOperatorTest.java:
##########
@@ -555,6 +574,64 @@ void testTimestampDiffTransform() throws Exception {
.isEqualTo(new StreamRecord<>(insertEventExpect));
}
+ @Test
+ void testNullCastTransform() throws Exception {
Review Comment:
@yuxiqian Looks like @aiwenmo is busy on other things, as this comment is a
minor test-related improvement and this PR block some on-going PRs, I'll merge
this PR soon.
--
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]