Skip to content

Commit

Permalink
doc(common): fix enable_arrangement_backfill docs (#17344)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Jun 19, 2024
1 parent 4155c62 commit 2da197c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/common/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -981,8 +981,10 @@ pub struct StreamingDeveloperConfig {

#[serde(default = "default::developer::stream_enable_arrangement_backfill")]
/// Enable arrangement backfill
/// If true, the arrangement backfill will be disabled,
/// If false, the arrangement backfill will be disabled,
/// even if session variable set.
/// If true, it will be enabled by default, but session variable
/// can override it.
pub enable_arrangement_backfill: bool,

#[serde(default = "default::developer::stream_high_join_amplification_threshold")]
Expand Down

0 comments on commit 2da197c

Please sign in to comment.