trinodb/trino

Show all queries by default in Web UI

Open

#4,350 opened on Jul 5, 2020

View on GitHub
 (3 comments) (4 reactions) (0 assignees)Java (2,678 forks)batch import
good first issueui

Repository metrics

Stars
 (9,113 stars)
PR merge metrics
 (Avg merge 6d 3h) (251 merged PRs in 30d)

Description

Currently, Web UI shows failed queries by default. I think it's counter-intuitive -- since user did not select any filters, they should see all information. That also provides worse experience -- it's likely there was some failed query on a cluster, and it's going to be showed at the top to everyone.

Show all queries by default.

Contributor guide