Skip to content

Commit

Permalink
fix: remove fp32 support postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
richtia committed Jul 31, 2023
1 parent c3488fe commit e794587
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cases/arithmetic/acosh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cases:
type: fp64
- group: basic
args:
- value: 0.0000009
- value: 0.0009
type: fp64
result:
value: null
Expand Down
8 changes: 8 additions & 0 deletions dialects/postgres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,15 @@ scalar_functions:
- name: asin
- name: atan
- name: acosh
unsupported_kernels:
- args:
- fp32
result: fp32
- name: asinh
unsupported_kernels:
- args:
- fp32
result: fp32
- name: atanh
- name: atan2
- name: factorial
Expand Down

0 comments on commit e794587

Please sign in to comment.