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 2020/09/29 05:37:41 UTC

[druid] branch master updated (599aacc -> 729bcba)

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 599aacc  Remove Expr.visit. (#10437)
     add 729bcba  Web console: Display compaction status (#10438)

No new revisions were added by this update.

Summary of changes:
 .../src/components/json-input/json-input.tsx       |  13 +-
 .../src/components/more-button/more-button.tsx     |  23 +-
 .../__snapshots__/compaction-dialog.spec.tsx.snap  |  24 ++
 .../compaction-dialog/compaction-dialog.tsx        |   3 +-
 web-console/src/utils/compaction.spec.ts           |  87 +++++++
 web-console/src/utils/compaction.ts                |  68 +++++
 web-console/src/utils/general.spec.ts              |  35 +++
 web-console/src/utils/general.tsx                  |   4 +
 web-console/src/utils/index.tsx                    |   1 +
 .../__snapshots__/datasource-view.spec.tsx.snap    |  51 +++-
 .../src/views/datasource-view/datasource-view.tsx  | 282 +++++++++++++++------
 .../views/query-view/query-input/query-input.tsx   |   2 +-
 12 files changed, 504 insertions(+), 89 deletions(-)
 create mode 100644 web-console/src/utils/compaction.spec.ts
 create mode 100644 web-console/src/utils/compaction.ts


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