elastic / elasticsearch

Free and Open, Distributed, RESTful Search Engine
https://www.elastic.co/products/elasticsearch
Other
68.71k stars 24.4k forks source link

Parsing large numbers is inconsistent #104323

Closed alex-spies closed 1 week ago

alex-spies commented 6 months ago

Elasticsearch Version

main

Installed Plugins

No response

Java Version

17

OS Version

Ubuntu 23.04

Problem Description

Steps to Reproduce

See above.

Logs (if relevant)

No response

elasticsearchmachine commented 6 months ago

Pinging @elastic/es-analytics-geo (Team:Analytics)

elasticsearchmachine commented 3 months ago

Pinging @elastic/es-analytical-engine (Team:Analytics)

not-napoleon commented 1 week ago

I've opened https://github.com/elastic/elasticsearch/issues/110663 to address the second bullet. I think the cast is okay for now, but we really should get around to supporting mixed operations on unsigned longs soon. That particular one is pretty easy. I'm working on a PR to fix the first bullet, should be up shortly.