Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Mytherin authored Oct 29, 2024
1 parent d751f51 commit 93f9c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/execution/window_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1793,7 +1793,7 @@ class WindowValueGlobalState : public WindowExecutorGlobalState {

void Finalize(CollectionPtr collection) {
if (child_idx != DConstants::INVALID_INDEX && executor.wexpr.ignore_nulls) {
lock_guard<mutex> ingore_nulls_guard(lock);
lock_guard<mutex> ignore_nulls_guard(lock);
ignore_nulls = &collection->validities[child_idx];
}
}
Expand Down

0 comments on commit 93f9c5f

Please sign in to comment.