Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] function ST_GeometryFromWKB result diff between doris and postgis #46619

Open
2 of 3 tasks
ScalaFirst opened this issue Jan 8, 2025 · 1 comment · May be fixed by #46661
Open
2 of 3 tasks

[Bug] function ST_GeometryFromWKB result diff between doris and postgis #46619

ScalaFirst opened this issue Jan 8, 2025 · 1 comment · May be fixed by #46661

Comments

@ScalaFirst
Copy link

Search before asking

  • I had searched in the issues and found no similar issues.

Version

2.1.7

What's Wrong?

function ST_GeometryFromWKB result diff between doris and postgis.
for example:
select st_astext(ST_GeometryFromWKB('01010000208A11000068270210774C5D40B8DECA334C3B4240'))
result:
POINT (1.461652102e-231 3.34424828009e-59)

but postgis:
select ST_asText('01010000208A11000068270210774C5D40B8DECA334C3B4240')
result:
POINT(117.194767000297 36.46326301008)

What You Expected?

return the same as postgis result
POINT(117.194767000297 36.46326301008)

How to Reproduce?

select st_astext(ST_GeometryFromWKB('01010000208A11000068270210774C5D40B8DECA334C3B4240'))

Anything Else?

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@felixwluo
Copy link
Contributor

We also encountered this problem. I will take a look.

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 a pull request may close this issue.

2 participants