Skip to content

Conversation

@yutannihilation
Copy link
Contributor

I found mismatches of function names during addressing #428. Currently, if a user tries to use ST_LineLocatePoint, they gets a bit confusing error which suggests a wrong function name. ST_LineLocatePoint is anyway not implemented and this probably doesn't happen if it's implemented. So, this pull request doesn't matter much and is mainly for correctness.

> SELECT ST_LineLocatePoint(ST_GeomFromWKT('LINESTRING(38 16, 38 50, 65 50, 66 16, 38 16)'), ST_Point(38, 50));
Error during planning: Invalid function 'st_linelocatepoint'.
Did you mean 'st_line_locate_point'?

Copy link
Member

@paleolimbot paleolimbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@paleolimbot paleolimbot merged commit a130570 into apache:main Dec 14, 2025
14 checks passed
@yutannihilation yutannihilation deleted the chore/fix-function-names branch December 14, 2025 01:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants