-
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
Unable to create continuous query on 0.9.0-rc18 #2162
Comments
@wildchild this is already an open issue - #2129 we actually disabled continuous queries temporarily to finish some clustering rewrites - these will be re-enabled in one of the upcoming release candidates. |
Re-enabled as of #2200 but still does not work for me. |
Got it working by |
Appreciate you digging in, wildchild. We know the docs aren't ready for prime time yet, thanks for pointing out another gap. |
Is there any working dummy example of how to create continuous query from web admin or even maybe a success story from anyone.
SELECT sum(val) from ... GROUP BY ... INTO ...
results in query error because it think that 'INTO' is wrong keyword.There are no tests in tests directory where I can figure out how to use particular features. This database scheduled for production ready release in this month and core features are seems completely broken, please point me to tests. maybe I am searching in wrong place.
The text was updated successfully, but these errors were encountered: