You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by vo...@apache.org on 2023/08/01 17:41:51 UTC

[druid] branch master updated (2e456d25ae -> 153948198c)

This is an automated email from the ASF dual-hosted git repository.

vogievetsky pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


    from 2e456d25ae fix issue with ExprEval.bestEffortOf and mixed type arrays containing ARRAY<COMPLEX<json>> and other complicated casts (#14710)
     add 153948198c Web console: fix grouped filtering and add complex menu (#14668)

No new revisions were added by this update.

Summary of changes:
 web-console/src/bootstrap/react-table-defaults.tsx |  7 +-
 .../segment-timeline/segment-timeline.tsx          |  3 +-
 web-console/src/react-table/react-table-utils.ts   |  2 +-
 .../__snapshots__/column-tree.spec.tsx.snap        | 24 ++++++-
 .../__snapshots__/complex-menu-items.spec.tsx.snap | 74 +++++++++++++++++++
 .../complex-menu-items.spec.tsx}                   | 24 ++-----
 .../complex-menu-items/complex-menu-items.tsx      | 83 ++++++++++++++++++++++
 .../column-tree/column-tree-menu/index.ts          |  1 +
 .../number-menu-items/number-menu-items.tsx        | 12 +---
 .../string-menu-items/string-menu-items.tsx        | 14 +---
 .../time-menu-items/time-menu-items.tsx            | 11 +--
 .../workbench-view/column-tree/column-tree.tsx     | 29 +++++++-
 .../flexible-query-input/flexible-query-input.tsx  |  3 +-
 13 files changed, 228 insertions(+), 59 deletions(-)
 create mode 100644 web-console/src/views/workbench-view/column-tree/column-tree-menu/complex-menu-items/__snapshots__/complex-menu-items.spec.tsx.snap
 copy web-console/src/views/workbench-view/column-tree/column-tree-menu/{number-menu-items/number-menu-items.spec.tsx => complex-menu-items/complex-menu-items.spec.tsx} (69%)
 create mode 100644 web-console/src/views/workbench-view/column-tree/column-tree-menu/complex-menu-items/complex-menu-items.tsx


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org