andreacyc commented on a change in pull request #11738:
URL: https://github.com/apache/druid/pull/11738#discussion_r715649567
##########
File path: web-console/src/views/query-view/query-view.tsx
##########
@@ -196,6 +196,10 @@ export class QueryView extends
React.PureComponent<QueryViewProps, QueryViewStat
return Api.instance.post(`/druid/v2${isSql ? '/sql' : ''}`, payload, {
cancelToken });
});
+ const generateQueryId = (): string => {
Review comment:
Noted it ! install uuid --save and use it to generate our queryId
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]