Klaster1 commented on a change in pull request #5869: IGNITE-10993 Web console 
cancel query
URL: https://github.com/apache/ignite/pull/5869#discussion_r249669905
 
 

 ##########
 File path: 
modules/web-console/frontend/app/components/page-queries/components/queries-notebook/controller.ts
 ##########
 @@ -1430,6 +1512,19 @@ export class NotebookCtrl {
             return $scope.ddlAvailable() && !paragraph.useAsDefaultSchema ? 
null : paragraph.cacheName;
         };
 
+        const _initQueryResult = (paragraph, res) => {
 
 Review comment:
   I think this should really be a Paragraph method, but it doesn't really 
matter much, especially if we are planning to refactor queries screen soon 
enough.

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


With regards,
Apache Git Services

Reply via email to