Skip to content

Commit

Permalink
make it true
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Mar 12, 2024
1 parent eada37a commit 3f624f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/src/session_config/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub struct ConfigMap {
streaming_enable_bushy_join: bool,

/// Enable arrangement backfill for streaming queries. Defaults to false.
#[parameter(default = false)]
#[parameter(default = true)]
streaming_enable_arrangement_backfill: bool,

/// Allow `jsonb` in stream key
Expand Down

0 comments on commit 3f624f0

Please sign in to comment.