bryanck commented on code in PR #8555:
URL: https://github.com/apache/iceberg/pull/8555#discussion_r1332054022


##########
flink/v1.17/flink/src/main/java/org/apache/iceberg/flink/FlinkWriteOptions.java:
##########
@@ -64,4 +65,8 @@ private FlinkWriteOptions() {}
 
   public static final ConfigOption<Integer> WRITE_PARALLELISM =
       ConfigOptions.key("write-parallelism").intType().noDefaultValue();
+
+  @Experimental
+  public static final ConfigOption<Long> TABLE_REFRSH_MS =
+      ConfigOptions.key("table-refresh-ms").longType().noDefaultValue();

Review Comment:
   I attempted this but it looks like `FlinkConfParser` needs some updates to 
support duration types. For now, I copied what was being done in 
`FlinkReadOptions` for a duration type, which makes it a string.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to