-
Notifications
You must be signed in to change notification settings - Fork 21
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
Query results are not displayed after initial query #774
Comments
Hmm, I updated to the latest nightly and can no longer reproduce this issue. Yay? |
I'm seeing this in 65.0b10 and @felixlawrence hit it in current nightly, so it isn't just you. Could you reopen? |
I'm also seeing this in 65.0 release |
This looks like a client side issue; the data is fetched from the server properly, it's just not displayed. It's reproducible by switching data sources before making a query. |
This is a bug introduced in the fix for #29. |
Any idea when this fix might be rolled out? |
Issue Summary
When running a new query for the first time, sometimes the results do not appear in table view so you cannot see what was returned, nor can you create a visualization.
Steps to Reproduce
SELECT active_hours_sum FROM clients_daily WHERE submission_date_s3 = '20190115' LIMIT 10
Any other info e.g. Why do you consider this to be a bug? What did you expect to happen instead?
I expected the results table to appear, but it does not. You can download the results as CSV, and as a workaround, you can force the results to appear by saving the query.
Screenshot:

Technical details:
The text was updated successfully, but these errors were encountered: