vogievetsky commented on a change in pull request #7421: Add time taken by last 
query in SQL view
URL: https://github.com/apache/incubator-druid/pull/7421#discussion_r273277537
 
 

 ##########
 File path: web-console/src/views/sql-view.tsx
 ##########
 @@ -46,11 +47,12 @@ export interface SqlViewState {
   explainResult: BasicQueryExplanation | SemiJoinQueryExplanation | string | 
null;
   loadingExplain: boolean;
   explainError: Error | null;
+  queryElapsed: number | null;
 }
 
 export class SqlView extends React.Component<SqlViewProps, SqlViewState> {
 
-  private sqlQueryManager: QueryManager<string, HeaderRows>;
+  private sqlQueryManager: QueryManager<string, Record<string, HeaderRows | 
number>>;
 
 Review comment:
   Are you trolling? You can define an actual result type here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to