Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JNSimba committed Aug 9, 2024
1 parent b1f502a commit e58833b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ public void testTableBatch() throws Exception {
+ " 'sink.enable-delete' = 'true',"
+ " 'sink.flush.queue-size' = '2',"
+ " 'sink.buffer-flush.max-rows' = '100000',"
+ " 'sink.buffer-flush.max-bytes' = '5000000',"
+ " 'sink.buffer-flush.max-bytes' = '50MB',"
+ " 'sink.buffer-flush.interval' = '10s'"
+ ")",
getFenodes(),
Expand Down Expand Up @@ -296,7 +296,7 @@ public void testTableGroupCommit() throws Exception {
+ " 'sink.enable-delete' = 'true',"
+ " 'sink.flush.queue-size' = '2',"
+ " 'sink.buffer-flush.max-rows' = '300000',"
+ " 'sink.buffer-flush.max-bytes' = '5000000',"
+ " 'sink.buffer-flush.max-bytes' = '50MB',"
+ " 'sink.buffer-flush.interval' = '10s'"
+ ")",
getFenodes(),
Expand Down

0 comments on commit e58833b

Please sign in to comment.