Skip to content

Commit 54a53ed

Browse files
committed
Update window_frame.rs
1 parent d83c063 commit 54a53ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datafusion/expr/src/window_frame.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ impl WindowFrame {
162162
},
163163
start_bound: WindowFrameBound::Preceding(ScalarValue::Null),
164164
end_bound: WindowFrameBound::CurrentRow,
165-
causal: strict,
165+
causal: true,
166166
}
167167
} else {
168168
// This window frame covers the whole table (or partition if `PARTITION BY`

0 commit comments

Comments
 (0)