Skip to content

Commit

Permalink
fix: update null to nan for on_domain_error options
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Aug 11, 2023
1 parent a575023 commit c7978db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/functions_arithmetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1652,8 +1652,8 @@ window_functions:
name: window_offset
options:
on_domain_error:
values: [ NULL, ERROR ]
nullability: DECLARED_OUTPUT
values: [ NAN, ERROR ]
nullability: DECLARED_OUTPU
decomposable: NONE
return: any1?
window_type: PARTITION
Expand Down

0 comments on commit c7978db

Please sign in to comment.