Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanck committed Sep 20, 2023
1 parent 1290e20 commit d8c472e
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 testWriteRowWithTableRefreshInterval() throws Exception {
.map(CONVERTER::toInternal, FlinkCompatibilityUtil.toTypeInfo(SimpleDataUtil.ROW_TYPE));

Configuration flinkConf = new Configuration();
flinkConf.setLong(FlinkWriteOptions.TABLE_REFRSH_MS.key(), 100L);
flinkConf.setString(FlinkWriteOptions.TABLE_REFRSH_INTERVAL.key(), "100ms");

FlinkSink.forRowData(dataStream)
.table(table)
Expand Down

0 comments on commit d8c472e

Please sign in to comment.