Github user parthchandra commented on the issue:
https://github.com/apache/drill/pull/897
I might be mistaken then. But that would make things worse. The UI will
wait to return all the records from a query that could return a million
records.
@cgivre that is what I mean by pagination. A query returning more than a
screenful of records should return results page by page, and it should be
cancelable. Without that, the query UI is a dangerous place.
Take a look at SQLPad
(http://rickbergfalk.github.io/sqlpad/installation-and-administration/) maybe
we can integrate that for the query UI?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---