Skip to content

Commit

Permalink
remove alias rw_enable_shared_source
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Oct 21, 2024
1 parent 971e294 commit 06bd105
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 @@ -287,7 +287,7 @@ pub struct SessionConfig {
///
/// When enabled, `CREATE SOURCE` will create a source streaming job, and `CREATE MATERIALIZED VIEWS` from the source
/// will forward the data from the same source streaming job, and also backfill prior data from the external source.
#[parameter(default = true, alias = "rw_enable_shared_source")]
#[parameter(default = true)]
streaming_use_shared_source: bool,

/// Shows the server-side character set encoding. At present, this parameter can be shown but not set, because the encoding is determined at database creation time.
Expand Down

0 comments on commit 06bd105

Please sign in to comment.