lt1946 opened a new issue, #1213: URL: https://github.com/apache/incubator-kvrocks/issues/1213
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/incubator-kvrocks/issues) and found no similar issues. ### Version latest ### Minimal reproduce step example at : [https://redis.io/commands/georadius/](url) redis> GEOADD Sicily 13.361389 38.115556 "Palermo" 15.087269 37.502669 "Catania" (integer) 2 ### What did you expect to see? redis> GEORADIUS Sicily 15 37 200 km WITHDIST WITHCOORD 2) 1) "Catania" 2) "56.4413" ### What did you see instead? Expected :56.4413 Actual :3.479447370796909E15 ### Anything Else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
