Skip to content

Commit

Permalink
end
Browse files Browse the repository at this point in the history
  • Loading branch information
discivigour committed Jul 12, 2024
1 parent ec3cabc commit 4302872
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ public void testConsumerIdExpInBatchMode() {
}

@Test
public void testConsumerIdExpInStreamingMode() throws Exception {
public void testConsumerIdExpInStreamingMode() {
batchSql("CREATE TABLE T (a INT, b INT)");
batchSql("INSERT INTO T VALUES (1, 2)");
batchSql("INSERT INTO T VALUES (3, 4)");
Expand Down

0 comments on commit 4302872

Please sign in to comment.