You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by cw...@apache.org on 2022/01/12 11:50:42 UTC

[druid] branch master updated (f2ce769 -> 9cd52ed)

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

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


    from f2ce769  add EARLIEST_BY/LATEST_BY to make EARLIEST/LATEST function signatures less ambiguous (#12145)
     add 9cd52ed  Web console: make range partitioning a first class citizen of the console (#12146)

No new revisions were added by this update.

Summary of changes:
 .../component/load-data/config/partition.ts        |  57 ++++---
 web-console/e2e-tests/reindexing.spec.ts           |  10 +-
 web-console/e2e-tests/util/playwright.ts           |   7 +
 .../__snapshots__/array-input.spec.tsx.snap        |  42 ++++-
 .../array-input/array-input.scss}                  |   8 +-
 .../components/array-input/array-input.spec.tsx    |   1 +
 .../src/components/array-input/array-input.tsx     |  56 +++++--
 web-console/src/components/auto-form/auto-form.tsx |   4 +-
 web-console/src/components/index.ts                |   1 +
 .../suggestible-input/suggestible-input.tsx        |  44 +----
 .../__snapshots__/suggestion-menu.spec.tsx.snap    |  88 ++++++++++
 .../suggestion-menu.spec.tsx}                      |  20 ++-
 .../components/suggestion-menu/suggestion-menu.tsx |  69 ++++++++
 .../__snapshots__/compaction-dialog.spec.tsx.snap  |  28 ++--
 .../compaction-dialog/compaction-dialog.spec.tsx   |   4 +-
 web-console/src/druid-models/compaction-config.tsx |   6 +-
 web-console/src/druid-models/ingestion-spec.tsx    |  56 +++++--
 web-console/src/utils/general.spec.ts              |  13 ++
 web-console/src/utils/general.tsx                  |  22 +++
 .../src/views/load-data-view/load-data-view.tsx    | 177 ++++++++++++++-------
 20 files changed, 519 insertions(+), 194 deletions(-)
 copy web-console/src/{views/query-view/query-input/query-input.scss => components/array-input/array-input.scss} (92%)
 create mode 100644 web-console/src/components/suggestion-menu/__snapshots__/suggestion-menu.spec.tsx.snap
 copy web-console/src/components/{array-input/array-input.spec.tsx => suggestion-menu/suggestion-menu.spec.tsx} (76%)
 create mode 100644 web-console/src/components/suggestion-menu/suggestion-menu.tsx

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