vogievetsky commented on a change in pull request #7493: No SQL mode in web 
console
URL: https://github.com/apache/incubator-druid/pull/7493#discussion_r276868547
 
 

 ##########
 File path: web-console/src/views/home-view.tsx
 ##########
 @@ -160,33 +187,31 @@ export class HomeView extends 
React.Component<HomeViewProps, HomeViewState> {
       }
     });
 
-    this.segmentQueryManager.runQuery(`SELECT COUNT(*) as "count" FROM 
sys.segments`);
+    this.segmentQueryManager.runQuery(`SELECT COUNT (*) as "count" FROM 
sys.segments`);
 
 Review comment:
   omg why?

----------------------------------------------------------------
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