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

fix: scientific notation for numbers in custom query #345

Merged
merged 6 commits into from
Feb 13, 2024

Conversation

polomani
Copy link
Contributor

@polomani polomani commented Feb 12, 2024

Problem / User story
In custom queries, we observe that the decimal numbers convert to scientific notation when it is more than 7 decimal places and the query fails.

Solution
Use standard grammar from nearley to parse float numbers (supports scientific notation as well as a side effect).

Screenshot 2024-02-12 at 09 57 00

@polomani polomani changed the title [WIP] fix: scientific notation for numbers in custom query fix: scientific notation for numbers in custom query Feb 12, 2024
@polomani polomani marked this pull request as ready for review February 12, 2024 08:58
@polomani polomani requested a review from a team February 12, 2024 08:58
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@polomani polomani merged commit 0078bd4 into master Feb 13, 2024
3 checks passed
@polomani polomani deleted the fix-number-schientific-notation branch February 13, 2024 08:54
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 this pull request may close these issues.

2 participants