vogievetsky commented on pull request #10360: URL: https://github.com/apache/druid/pull/10360#issuecomment-689046794
@fjy "Live query" is a re-imagining of the "Auto run" option that exists in the current console  when enabled it will automatically run the query when modified through the UI. Previously it was a boolean. This PR introduces a 3rd 'auto' option. Which runs the current query if the previous query completed in < 10s. `Auto run` was renamed to `Live query` because of two reasons: 1. It overloaded the 'auto' word (`Auto run: auto` looks dumb) 2. Live query is a pretty idiomatic concept in the BI world: https://help.tableau.com/current/online/en-us/to_bridge_livequery.htm ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
