Skip to content

Commit

Permalink
StarRocks Source support multiple table
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochen-zhou committed Feb 16, 2025
1 parent 105f297 commit a0e04c3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -486,6 +486,7 @@ public void testStarRocksMultipleRead(TestContainer container)
throws IOException, InterruptedException {
Container.ExecResult execResult =
container.executeJob("/starrocks-to-assert-with-multipletable.conf");
log.error("execResult error: " + execResult.getStderr());
Assertions.assertEquals(0, execResult.getExitCode());
}
}

0 comments on commit a0e04c3

Please sign in to comment.