You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValidateGroupBy was returning an error if a tag does not exist
but it appears that function was supposed to be validating that
a field name was not used as a group by field.
Fixes#3326
SELECT * FROM /.*/ LIMIT 1
, which appears in our 0.9 docs three times, now fails with an error about fields in a GROUP BY.This worked in 0.9.0, doesn't work in 0.9.1.
The text was updated successfully, but these errors were encountered: