vogievetsky commented on a change in pull request #11142:
URL: https://github.com/apache/druid/pull/11142#discussion_r617740304



##########
File path: web-console/src/views/services-view/services-view.tsx
##########
@@ -438,14 +437,15 @@ ORDER BY "rank" DESC, "service" DESC`;
             },
             Aggregated: row => {
               switch (row.row._pivotVal) {
-                case 'historical':
+                case 'historical': {

Review comment:
       Been working with ECMAScript languages since 2008 and did not know that 
you can have blocks in `switch` statements.




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



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

Reply via email to