You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Search before asking
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?
Code of Conduct
The text was updated successfully, but these errors were encountered: