ruanwenjun commented on code in PR #5564: URL: https://github.com/apache/seatunnel/pull/5564#discussion_r1338772056
########## seatunnel-connectors-v2/connector-fake/src/test/java/org/apache/seatunnel/connectors/seatunnel/fake/source/FakeDataGeneratorTest.java: ########## @@ -111,7 +111,9 @@ public void testRowDataParse(String conf) throws FileNotFoundException, URISynta Config testConfig = getTestConfigFile(conf); SeaTunnelRowType seaTunnelRowType = - CatalogTableUtil.buildWithConfig(testConfig).getSeaTunnelRowType(); + CatalogTableUtil.buildWithConfig(testConfig) Review Comment: Done -- 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