Skip to content

Commit

Permalink
fix: update velox sqrt on domain error
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jul 28, 2023
1 parent f7d24df commit ec20a00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dialects/velox_presto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,11 @@ scalar_functions:
result: fp32
- name: sqrt
required_options:
on_domain_error: NAN
on_domain_error: ERROR
unsupported_kernels:
- args:
- i64
result: i64
- args:
- fp32
result: fp32
Expand Down

0 comments on commit ec20a00

Please sign in to comment.