From a2038c27f2978610790889ed9241a8f44cd71ef3 Mon Sep 17 00:00:00 2001 From: Noel Kwan Date: Mon, 29 Jan 2024 20:15:55 +0800 Subject: [PATCH] make it true --- src/common/src/session_config/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/src/session_config/mod.rs b/src/common/src/session_config/mod.rs index 83e8d8542960..a5f471ace5f7 100644 --- a/src/common/src/session_config/mod.rs +++ b/src/common/src/session_config/mod.rs @@ -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