capistrant commented on code in PR #19185:
URL: https://github.com/apache/druid/pull/19185#discussion_r2966210383


##########
web-console/src/views/workbench-view/execution-details-pane/execution-details-pane.tsx:
##########
@@ -70,7 +70,13 @@ export const ExecutionDetailsPane = React.memo(function 
ExecutionDetailsPane(
         return (
           <div className="execution-details-pane-general">
             <p>
-              General info for <Tag minimal>{execution.id}</Tag>
+              General info for execution ID: <Tag minimal>{execution.id}</Tag>
+              {execution.sqlQueryId && (
+                <>
+                  {' '}
+                  (SQL ID <Tag minimal>{execution.sqlQueryId}</Tag>)

Review Comment:
   nit. I have no strong preference either way, but maybe keeping the "query" 
context would be good UX?
   
   ```suggestion
                     (SQL QUERY ID <Tag minimal>{execution.sqlQueryId}</Tag>)
   ```



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

Reply via email to