PG1204 commented on code in PR #6213:
URL: https://github.com/apache/texera/pull/6213#discussion_r3890608151


##########
frontend/src/app/workspace/service/joint-ui/joint-ui.service.ts:
##########
@@ -515,6 +516,25 @@ export class JointUIService {
     jointPaper.getModelById(operator.operatorID).attr("rect.body/fill", 
JointUIService.getOperatorFillColor(operator));
   }
 
+  /**
+   * Paints an operator's body fill for the performance heat-map overlay. The 
heat-map owns only
+   * `rect.body/fill`, so it coexists with the execution-status border 
(`rect.body/stroke`).
+   * A `score` of undefined means no heat is known for the operator — either 
no metrics
+   * captured yet, or the active view is not measurable for it — and paints a 
neutral color.

Review Comment:
   addressed in 
[b822144](https://github.com/apache/texera/pull/6213/commits/b82214411fbd4a5708486f90349e7192465660dc)



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

Reply via email to