You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Paul Rogers (Jira)" <ji...@apache.org> on 2020/02/27 00:29:00 UTC

[jira] [Updated] (DRILL-7609) Display query in Web UI results page

     [ https://issues.apache.org/jira/browse/DRILL-7609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Rogers updated DRILL-7609:
-------------------------------
    Description: 
Use the Drill Web console. Submit a query (such as the sample one.) You'll see the results page. Now, what query did you just run? The page does not display it, though it does display the (somewhat uninformative) query ID.

Suggestion: instead of the profile UI, show the query (or at least the first few lines.) Allow a single-click traversal back to the submit page for that query for the typical case that the first cut at the query had an error, is not quite right, etc.

Have another link (as now) to the query profile, which is typically use less often than editing the query.

Even better, combine the query, results and profile UI into a single tabbed UI. Clicking from results to the query tab displays the query for editing. Clicking back to results shows the query.

The state management might be a bit complex, but the key thing is defining when a click means "run this new query" vs. "display info for the current query."

  was:
Use the Drill Web console. Submit a query (such as the sample one.) You'll see the results page. Now, what query did you just run? The page does not display it, though it does display the (somewhat uninformative) query ID.

Suggestion: instead of the profile UI, show the query (or at least the first few lines.) Allow a single-click traversal back to the submit page for that query for the typical case that the first cut at the query had an error, is not quite right, etc.

Have another link (as now) to the query profile, which is typically use less often than editing the query.


> Display query in Web UI results page
> ------------------------------------
>
>                 Key: DRILL-7609
>                 URL: https://issues.apache.org/jira/browse/DRILL-7609
>             Project: Apache Drill
>          Issue Type: Improvement
>    Affects Versions: 1.17.0
>            Reporter: Paul Rogers
>            Priority: Major
>
> Use the Drill Web console. Submit a query (such as the sample one.) You'll see the results page. Now, what query did you just run? The page does not display it, though it does display the (somewhat uninformative) query ID.
> Suggestion: instead of the profile UI, show the query (or at least the first few lines.) Allow a single-click traversal back to the submit page for that query for the typical case that the first cut at the query had an error, is not quite right, etc.
> Have another link (as now) to the query profile, which is typically use less often than editing the query.
> Even better, combine the query, results and profile UI into a single tabbed UI. Clicking from results to the query tab displays the query for editing. Clicking back to results shows the query.
> The state management might be a bit complex, but the key thing is defining when a click means "run this new query" vs. "display info for the current query."



--
This message was sent by Atlassian Jira
(v8.3.4#803005)