Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web console query view improvements #16991

Merged
merged 12 commits into from
Sep 10, 2024

Conversation

lorem--ipsum
Copy link
Contributor

This improves three things:

  • the max num tasks options distribution is configurable
  • the taskAssignment options copy is more concise
  • the options for MSQ engine are reordered
image image

Copy link
Contributor

@vogievetsky vogievetsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some review comments

value={forceSegmentSortByTime}
onValueChange={forceSegmentSortByTime =>
icon={IconNames.ROCKET_SLANT}
text="Approximate COUNT(DISTINCT)"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right now this option only shows up for MSQ, if you look at the deleted code it used to show up for all SQL (effectiveEngine !== 'native')

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wait nevermind!

@vogievetsky vogievetsky merged commit 5de8425 into apache:master Sep 10, 2024
12 checks passed
@lorem--ipsum lorem--ipsum deleted the query-view-improvements branch September 17, 2024 10:53
@vogievetsky vogievetsky added this to the 31.0.0 milestone Sep 30, 2024
vogievetsky pushed a commit to vogievetsky/druid that referenced this pull request Sep 30, 2024
* Made maxNumTaskOptions configurable in the Query view

* Updated the copy for taskAssignment options

* Reordered options in engine menu for msq engine

* fixed snapshot

* maxNumTaskOptions -> maxTasksOptions

* added back select destination item

* fixed duplicate menu item

* snapshot

* Added the ability to hide certain engine menu options

* Added the ability to hide/show more menu items

* -> fn

* -> fn
kfaraz pushed a commit that referenced this pull request Oct 1, 2024
#17200)

* Web console query view improvements (#16991)
* Made maxNumTaskOptions configurable in the Query view
* Updated the copy for taskAssignment options
* Reordered options in engine menu for msq engine
* fixed snapshot
* maxNumTaskOptions -> maxTasksOptions
* added back select destination item
* fixed duplicate menu item
* snapshot
* Added the ability to hide certain engine menu options
* Added the ability to hide/show more menu items
* Make the tooltip better and improve structure (#17132)
* switch to using arrays by default (#17133)
* Web console: add stage graph (#17135)
* Web console: revamp the experimental explore view (#17180)
* explore revamp
* remove ToDo
* fix CodeQL
* add tooltips
* show issue on echart chars
* fix: browser back does not refresh chart
* fix maxRows 0
* be more resiliant to missing __time
---------
Co-authored-by: Sébastien <sebastien@imply.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants