aiwenmo commented on code in PR #3677:
URL: https://github.com/apache/flink-cdc/pull/3677#discussion_r1825340723
##########
flink-cdc-runtime/src/test/java/org/apache/flink/cdc/runtime/operators/transform/PostTransformOperatorTest.java:
##########
@@ -1483,6 +1496,107 @@ void testCastErrorTransform() throws Exception {
.hasRootCauseMessage("For input string: \"1.0\"");
}
+ @Test
+ void testCompareTransform() throws Exception {
+ PostTransformOperator transform =
+ PostTransformOperator.newBuilder()
+ .addTransform(
+ COMPARE_TABLEID.identifier(),
+ "col1, 2.1 > CAST(1 AS DOUBLE) as
numerical_equal,"
Review Comment:
thx. I will construct the test case in the way you described.
--
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]