Skip to content

Commit

Permalink
fix: add missing udt identifier in functions_geometry (#716)
Browse files Browse the repository at this point in the history
argument type for is_closed function is missing `u!` before geometry udt
causing a parser to treat it as a non-existent builtin data type.
  • Loading branch information
tokoko authored Oct 2, 2024
1 parent 297715c commit f1cedd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/functions_geometry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ scalar_functions:
impls:
- args:
- name: geom
value: geometry
value: u!geometry
return: boolean
-
name: "is_simple"
Expand Down

0 comments on commit f1cedd2

Please sign in to comment.