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 line protocol parsing equals in measurements and NaN values #3790

Merged
merged 3 commits into from
Aug 21, 2015

Conversation

jwilder
Copy link
Contributor

@jwilder jwilder commented Aug 21, 2015

Fixes a regression where measurement names with = would fail to parse. Also fixes a bug where NaN could no be parsed if a timestamp was not also included in the line. The NaN change only fixes the parsing. There is still an issue querying for NaN values though.

Fixes #3539

Fixes #3539 partially.  NaN cannot be queried though and needs to be handled
by the query engine differently.
@corylanou
Copy link
Contributor

+1

jwilder added a commit that referenced this pull request Aug 21, 2015
Fix line protocol parsing equals in measurements and NaN values
@jwilder jwilder merged commit 3e74790 into master Aug 21, 2015
@jwilder jwilder deleted the jw-equals branch August 21, 2015 18:33
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.

[0.9.2] parser incorrectly accepts NaN as numerical value, but not always
2 participants