Skip to content

Commit

Permalink
Update crates/query-engine/execution/src/query.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Samir Talwar <[email protected]>
  • Loading branch information
plcplc and SamirTalwar authored Jan 16, 2024
1 parent ac93db8 commit 4013147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/query-engine/execution/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ fn variables_to_json(

let variables_field = serde_json::Value::Object(
varset
.clone()
.into_iter()
.iter()
.cloned()
.collect::<serde_json::Map<String, serde_json::Value>>(),
);
row.insert(sql::helpers::VARIABLES_FIELD.to_string(), variables_field);
Expand Down

0 comments on commit 4013147

Please sign in to comment.