File tree Expand file tree Collapse file tree 4 files changed +0
-67
lines changed
src/containers/Tenant/Query Expand file tree Collapse file tree 4 files changed +0
-67
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,13 +12,11 @@ import {disableFullscreen} from '../../../../store/reducers/fullscreen';
1212import type { QueryResult } from '../../../../store/reducers/query/types' ;
1313import type { ValueOf } from '../../../../types/common' ;
1414import type { QueryAction } from '../../../../types/store/query' ;
15- import { valueIsDefined } from '../../../../utils' ;
1615import { cn } from '../../../../utils/cn' ;
1716import { USE_SHOW_PLAN_SVG_KEY } from '../../../../utils/constants' ;
1817import { getStringifiedData } from '../../../../utils/dataFormatters/dataFormatters' ;
1918import { useSetting , useTypedDispatch } from '../../../../utils/hooks' ;
2019import { PaneVisibilityToggleButtons } from '../../utils/paneVisibilityToggleHelpers' ;
21- import { QueryDuration } from '../QueryDuration/QueryDuration' ;
2220import { QuerySettingsBanner } from '../QuerySettingsBanner/QuerySettingsBanner' ;
2321import { getPreparedResult } from '../utils/getPreparedResult' ;
2422import { isQueryCancelledError } from '../utils/isQueryCancelledError' ;
@@ -273,9 +271,6 @@ export function QueryResultViewer({
273271 < div className = { b ( 'controls-left' ) } >
274272 { ! error && (
275273 < React . Fragment >
276- { valueIsDefined ( stats ?. DurationUs ) ? (
277- < QueryDuration duration = { Number ( stats . DurationUs ) } />
278- ) : null }
279274 { radioButtonOptions . length && activeSection ? (
280275 < RadioButton
281276 options = { radioButtonOptions }
Original file line number Diff line number Diff line change 4343 "statistics-mode-description.full" : " Collect statistics and query plan" ,
4444 "statistics-mode-description.profile" : " Collect statistics for individual tasks" ,
4545
46- "query-duration.description" : " Duration of server-side query execution" ,
47-
4846 "action.send-query" : " Send query" ,
4947 "action.send-selected-query" : " Send selected query" ,
5048 "action.previous-query" : " Previous query in history" ,
You can’t perform that action at this time.
0 commit comments