This is an automated email from the ASF dual-hosted git repository.
fjy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git.
from 3ff5e02 remove select query (#8739)
add ed6be81 Web console: fix error when querying with grand totals (#8795)
No new revisions were added by this update.
Summary of changes:
.../table-cell-unparseable.spec.tsx.snap | 17 +
.../table-cell-unparseable.scss} | 4 +-
.../table-cell-unparseable.spec.tsx} | 20 +-
.../table-cell-unparseable.tsx} | 18 +-
.../__snapshots__/table-cell.spec.tsx.snap | 28 +-
.../src/components/table-cell/table-cell.scss | 4 -
.../src/components/table-cell/table-cell.spec.tsx | 44 +-
.../src/components/table-cell/table-cell.tsx | 40 +-
.../load-data-view/filter-table/filter-table.tsx | 2 +-
.../parse-data-table/parse-data-table.tsx | 3 +-
.../parse-time-table/parse-time-table.tsx | 5 +-
.../load-data-view/schema-table/schema-table.tsx | 2 +-
.../transform-table/transform-table.tsx | 2 +-
.../__snapshots__/query-output.spec.tsx.snap | 1089 ++++++--------------
.../query-view/query-output/query-output.spec.tsx | 35 +-
.../views/query-view/query-output/query-output.tsx | 4 +-
16 files changed, 456 insertions(+), 861 deletions(-)
create mode 100644
web-console/src/components/table-cell-unparseable/__snapshots__/table-cell-unparseable.spec.tsx.snap
copy
web-console/src/{views/load-data-view/parse-time-table/parse-time-table.scss =>
components/table-cell-unparseable/table-cell-unparseable.scss} (94%)
copy web-console/src/{visualization/visualization.spec.tsx =>
components/table-cell-unparseable/table-cell-unparseable.spec.tsx} (69%)
copy web-console/src/{views/load-data-view/learn-more/learn-more.tsx =>
components/table-cell-unparseable/table-cell-unparseable.tsx} (69%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]