mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
This adds support to painless for decimal constants with trailing `d` or `D` to make it compatible with Java. It already supported integer constants with a trailing `d` or `D` but this adds tests for it. Closes #21116