Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: xxchan <[email protected]>
  • Loading branch information
xxchan committed Jul 31, 2024
1 parent 90d6df7 commit 0fa1346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expr/impl/src/window_function/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ mod tests {

let key = |key: i64| -> StateKey {
StateKey {
order_key: memcmp_encoding::encode_value(&Some(ScalarImpl::from(key)), order_type)
order_key: memcmp_encoding::encode_value(Some(ScalarImpl::from(key)), order_type)
.unwrap(),
pk: OwnedRow::empty().into(),
}
Expand Down

0 comments on commit 0fa1346

Please sign in to comment.