You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/04/11 05:38:52 UTC

[GitHub] [incubator-druid] vogievetsky opened a new pull request #7449: wrap with limit

vogievetsky opened a new pull request #7449: wrap with limit
URL: https://github.com/apache/incubator-druid/pull/7449
 
 
   This PR makes a few improvements to the perceived querying ability of Druid and also a few style fixes 
   
   ![image](https://user-images.githubusercontent.com/177816/55933027-b6409b00-5be0-11e9-9d41-0f78c90c5d92.png)
   
   Most importantly this PR will auto wrap SQL queries issues via the SQL tab with a ``SELECT * FROM (...) LIMIT 5000` this addresses the issue that the user is likely to type in `SELECT * FROM huge_data_source` as their first query and if that is executed verbatim they will not get a good impression of druid. I might have done just that earlier today. This query wrapping can be disabled. 
   
   This PR also:
   - fixes the styling of checkboxes in side of dropdowns
   - adds the option to 'bypass cache' in the query view
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org