-
Notifications
You must be signed in to change notification settings - Fork 7
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
DO analysis fails with multiple columns with the same numerator #340
Labels
Comments
(Followup) Querying the first measurement:
returns
And executing the query:
returns the expected value:
Querying the second measurement:
returns
And executing the query:
returns the expected value:
Querying both measurements (
Also returns the expected value:
|
Yes, IIRC the DO part works, this is a problem with the analysis in camshaft itself, and how it generates the column names. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
STR:
You get an error like:
column _data.total_pop_2011 does not exist
The analysis definition is
The text was updated successfully, but these errors were encountered: