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: misc fixes to the Explore view #17213

Merged
merged 16 commits into from
Oct 2, 2024

Conversation

vogievetsky
Copy link
Contributor

This PR fixes a number of issues in the Explore view:

  • Dragging of a STRING/VARCHAR column to a measure control did not work properly
  • Filtering on a predefined measure did not work properly
  • Drag over indicator failed to clear sometimes

This PR also adds:

  • Ability to hide all null columns in record table
  • Ability to declare certain parameter values as sticky
  • Ability to expand a nested column into is constituent paths
image

@vogievetsky vogievetsky added this to the 31.0.0 milestone Oct 1, 2024
'APPROX_COUNT_DISTINCT_DS_HLL',
'APPROX_COUNT_DISTINCT_DS_THETA',
'DS_HLL',
'DS_THETA',
Copy link
Member

Choose a reason for hiding this comment

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

is this supposed to be everything or just everything explore view uses?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it's meant to be everything (at least known as of now)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just updated this list

@vogievetsky vogievetsky merged commit 715ae5e into apache:master Oct 2, 2024
12 checks passed
@vogievetsky vogievetsky deleted the explore_fixes branch October 2, 2024 15:52
vogievetsky added a commit to vogievetsky/druid that referenced this pull request Oct 2, 2024
* make record table able to hide column

* stickyness

* refactor query log

* fix measure drag

* start nested column dialog

* nested expand

* fix filtering on Measures

* use output name

* fix scrolling

* select all / none

* use ARRAY_CONCAT_AGG

* no need to limit if aggregating

* remove magic number

* better search

* update arg list

* add, don't replace
vogievetsky added a commit that referenced this pull request Oct 2, 2024
* Web console: add support for Dart engine (#17147)

* add console support for Dart engine

This reverts commit 6e46edf15dd55e5c51a1a4068e83deba4f22529b.

* feedback fixes

* surface new fields

* prioratize error over results

* better metadata refresh

* feedback fixes

* Web console: misc fixes to the Explore view (#17213)

* make record table able to hide column

* stickyness

* refactor query log

* fix measure drag

* start nested column dialog

* nested expand

* fix filtering on Measures

* use output name

* fix scrolling

* select all / none

* use ARRAY_CONCAT_AGG

* no need to limit if aggregating

* remove magic number

* better search

* update arg list

* add, don't replace
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