hawk9821 commented on code in PR #8074: URL: https://github.com/apache/seatunnel/pull/8074#discussion_r1855843021
########## seatunnel-e2e/seatunnel-connector-v2-e2e/connector-paimon-e2e/src/test/java/org/apache/seatunnel/e2e/connector/paimon/PaimonSinkCDCIT.java: ########## @@ -636,7 +636,7 @@ public void testChangelogLookup(TestContainer container) throws Exception { .collect(Collectors.toList()); log.info("paimon records: {}", actual2); Assertions.assertEquals(2, actual2.size()); - Assertions.assertEquals(Arrays.asList("[+U, 1, Aa, 200]", "[+I, 2, Bb, 90]"), actual2); + Assertions.assertEquals(Arrays.asList("[+I, 1, Aa, 200]", "[+I, 2, Bb, 90]"), actual2); Review Comment: stream read is not equivalent to reading the changelog file, I will commmit a Pr for read the changelog file. -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org