Skip to content

Commit

Permalink
rebase origin/master to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LadyForest committed May 20, 2022
1 parent 2b0c882 commit cf24598
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ public void testNoDefaultNumOfLevels() throws Exception {
+ "(9, 'Autumn', 'Wake Me Up When September Ends')")
.await();

assertThat(BlockingIterator.of(bEnv.executeSql("SELECT * FROM T1").collect()).collect())
.hasSize(15);
assertThat(batchSql("SELECT * FROM T1")).hasSize(15);
}
}

0 comments on commit cf24598

Please sign in to comment.