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

Types are not mapped correctly when a measurement with no data for a field is included #8001

Closed
jsternberg opened this issue Feb 14, 2017 · 1 comment
Assignees
Milestone

Comments

@jsternberg
Copy link
Contributor

Bug report

System info: InfluxDB 1.2.0

Steps to reproduce:

> CREATE DATABASE db0
> USE db0
> INSERT cpu value=2
> INSERT mem free=4
> SELECT value FROM /cpu|mem/

Expected behavior:

name: cpu
time                value
----                -----
1487030347072549019 2

Actual behavior: There is no output.

@jsternberg
Copy link
Contributor Author

Fixed via #8002.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants