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

Percentile aggregator fails on my maching due to error converting double #793

Merged
merged 1 commit into from
Jul 16, 2014
Merged

Percentile aggregator fails on my maching due to error converting double #793

merged 1 commit into from
Jul 16, 2014

Conversation

andersosthus
Copy link
Contributor

My locale expects doubles to be in the 1,0 format, so the double.parse
fails if it tries to parse 1.0.
Added CultureInfo.InvariantCulture to the parse to fix this.

…uble.

My locale expects doubles to be in the 1,0 format, so the double.parse
fails if it tries to parse 1.0.
Added CultureInfo.InvariantCulture to the parse to fix this.
@Mpdreamz
Copy link
Member

Thank you @andersosthus 👍

Mpdreamz added a commit that referenced this pull request Jul 16, 2014
Percentile aggregator fails on my maching due to error converting double
@Mpdreamz Mpdreamz merged commit fcc36cc into elastic:develop Jul 16, 2014
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