Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
Signed-off-by: chenxu <[email protected]>
  • Loading branch information
dmetasoul01 committed Sep 5, 2024
1 parent f9b0220 commit 1a05a95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public void testMockTableSource() throws IOException {


streamTableEnv.executeSql(String.format(createSinkSqlFormat, resolvedSchema, "",
tempFolder.newFolder("testMockTableSource").getAbsolutePath(), 2,
tempFolder.newFolder("testMockTableSource").getAbsolutePath(),
resolvedSchema.getPrimaryKey().isPresent() ?
", 'hashBucketNum'='2'" : ""));

Expand Down

0 comments on commit 1a05a95

Please sign in to comment.