twalthr commented on code in PR #23680: URL: https://github.com/apache/flink/pull/23680#discussion_r1410491319
########## flink-table/flink-table-api-java/src/test/java/org/apache/flink/table/test/program/SinkTestStep.java: ########## @@ -138,6 +147,16 @@ public Builder consumedAfterRestore(String... expectedRows) { return this; } + public Builder testRawData() { Review Comment: rename to `changelogData()` because raw has too many meanings and this method should be a declaration. -- 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