Skip to content

Commit

Permalink
update default refresh policy to wait_for
Browse files Browse the repository at this point in the history
Signed-off-by: Peng Huo <[email protected]>
  • Loading branch information
penghuo committed Nov 9, 2023
1 parent d5e6738 commit cae0dbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ object FlintSparkConf {
val REFRESH_POLICY = FlintConfig("spark.datasource.flint.write.refresh_policy")
.datasourceOption()
.doc("refresh_policy, possible value are NONE(false), IMMEDIATE(true), WAIT_UNTIL(wait_for)")
.createWithDefault("false")
.createWithDefault(FlintOptions.DEFAULT_REFRESH_POLICY)

val SCROLL_SIZE = FlintConfig("spark.datasource.flint.read.scroll_size")
.datasourceOption()
Expand Down

0 comments on commit cae0dbe

Please sign in to comment.