Skip to content

Commit 4568f09

Browse files
committed
Merge remote-tracking branch 'origin/FLINK-38906' into FLINK-38906
2 parents 26b855e + 4ba5cfc commit 4568f09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flink-cdc-composer/src/test/java/org/apache/flink/cdc/composer/flink/FlinkPipelineTransformITCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2736,7 +2736,7 @@ void testTransformErrorMessage() {
27362736
.cause()
27372737
.isExactlyInstanceOf(FlinkRuntimeException.class)
27382738
.hasMessage(
2739-
"Failed to compile expression TransformExpressionKey{originalExpression='id1 > 0', expression='greaterThan($0, 0)', argumentNames=[__time_zone__, __epoch_time__], argumentClasses=[class java.lang.String, class java.lang.Long], returnClass=class java.lang.Boolean, columnNameMap={id1=$0}}")
2739+
"Failed to compile expression TransformExpressionKey{originalExpression='id1 > 0', compiledExpression='greaterThan($0, 0)', argumentNames=[__time_zone__, __epoch_time__], argumentClasses=[class java.lang.String, class java.lang.Long], returnClass=class java.lang.Boolean, columnNameMap={id1=$0}}")
27402740
.cause()
27412741
.hasMessageContaining("Compiled expression: greaterThan($0, 0)")
27422742
.hasMessageContaining("Column name map: {$0 -> id1}")

0 commit comments

Comments
 (0)