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 fce62b2 fix StringAnyAggregatorFactory to use single value selector
for non-existent columns (#12194)
add 8ae5de5 Web console: fix multi-value dimension column detection and
tidy up (#12160)
No new revisions were added by this update.
Summary of changes:
.../src/dialogs/status-dialog/status-dialog.tsx | 10 +-
.../src/druid-models/dimension-spec.spec.ts | 67 +++++-
web-console/src/druid-models/dimension-spec.ts | 11 +-
.../src/druid-models/ingestion-spec.spec.ts | 49 ++++-
web-console/src/druid-models/ingestion-spec.tsx | 53 +++--
web-console/src/druid-models/metric-spec.spec.ts | 57 ++++-
web-console/src/druid-models/metric-spec.tsx | 15 +-
web-console/src/druid-models/test-fixtures.ts | 189 +++++++++++++++++
web-console/src/utils/general.tsx | 10 +
web-console/src/utils/sampler.ts | 6 +-
.../src/views/datasource-view/datasource-view.tsx | 11 +-
.../load-data-view/filter-table/filter-table.tsx | 6 +-
.../src/views/load-data-view/load-data-view.tsx | 14 +-
.../parse-data-table/parse-data-table.tsx | 4 +-
.../parse-time-table/parse-time-table.tsx | 6 +-
.../load-data-view/schema-table/schema-table.tsx | 4 +-
.../transform-table/transform-table.tsx | 6 +-
.../__snapshots__/query-output.spec.tsx.snap | 230 +++++++++++++++++++++
.../views/query-view/query-output/query-output.tsx | 9 +-
.../__snapshots__/segments-view.spec.tsx.snap | 13 ++
.../src/views/segments-view/segments-view.tsx | 27 +++
.../__snapshots__/services-view.spec.tsx.snap | 2 -
.../src/views/services-view/services-view.spec.tsx | 2 -
.../src/views/services-view/services-view.tsx | 11 +-
24 files changed, 717 insertions(+), 95 deletions(-)
create mode 100644 web-console/src/druid-models/test-fixtures.ts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]