Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TCeason committed Oct 23, 2024
1 parent 15e293a commit c10635f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/service/src/sessions/query_ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ impl TableContext for QueryContext {
if !self.query_settings.is_changed() {
unsafe {
self.query_settings
.unchecked_apply_changes(self.get_shared_settings().changes());
.unchecked_apply_changes(self.shared.get_settings().changes());
}
}

Expand Down

0 comments on commit c10635f

Please sign in to comment.