-
Notifications
You must be signed in to change notification settings - Fork 0
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
Order result-set columns by query projection ordering #14
Comments
This seems to be a general Sneller limitation. E.g.
In the |
Right; there isn't a way for us to fix this in the query engine because of the semantics of ion and the fact that we guarantee symbol IDs are sorted within structures. What I'm suggesting is just that the grafana datasource sort the columns in the data frame according to the returned |
Sounds good. I'll take care! |
The "Logs" visualization in Grafana always picks the first non-timestamp column as the log line.
Right now the textual order of the
SELECT
columns has no effect on the order of the result columns,which means there isn't really a way to work around this shortcoming in the visualization.
It would be nice if the result order always matched the order presented in the textual query (to the extent that it's possible).
The text was updated successfully, but these errors were encountered: