loserwang1024 commented on code in PR #3558: URL: https://github.com/apache/flink-cdc/pull/3558#discussion_r1724275532
########## flink-cdc-runtime/src/test/java/org/apache/flink/cdc/runtime/operators/schema/SchemaEvolveTest.java: ########## @@ -1040,6 +1040,8 @@ tableId, buildRecord(INT, 2, STRING, "Bob", SMALLINT, (short) 18)), Column.physicalColumn( "height", DOUBLE, "Height data"))))); Assertions.assertThatThrownBy(() -> processEvent(schemaOperator, addColumnEvents)) + .cause() + .cause() Review Comment: I have tried it, but the rootCause is akka error(which can not show the real failed reason in test. -- 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