-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[0.9.3] can not group by tag with period in the name #4018
Comments
@airyland is |
Also you need to double-quote |
|
The problem is caused by the period in the tag name. Without the period everything works as intended. Repro steps:
That last query should have returned two buckets for Here's the same data using a tag key without periods, and it works as expected (including the grouping where the tag is not set, which is what we see with the tag that has a period.)
|
This appears to be fixed now:
Also confirmed admin shows proper results. @beckettsean can you confirm my results? I want to make sure I understood the problem correctly. |
@corylanou confirmed fixed in 0.9.4.2 |
I used page.group as tag key, but couldn't group by "page.group".
Server returned:
select sum(page.value) from page group by "page.group"
The text was updated successfully, but these errors were encountered: