Skip to content

Commit

Permalink
refactor: allow modification of the query mode
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 committed Nov 18, 2024
1 parent 084fff8 commit b059904
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 @@ -77,7 +77,7 @@ pub struct SessionConfig {
/// The default value is auto which means let the system decide to run batch queries in local
/// or distributed mode automatically.
#[serde_as(as = "DisplayFromStr")]
#[parameter(default = QueryMode::default(), flags = "NO_ALTER_SYS")]
#[parameter(default = QueryMode::default())]
query_mode: QueryMode,

/// Sets the number of digits displayed for floating-point values.
Expand Down

0 comments on commit b059904

Please sign in to comment.