Copilot commented on code in PR #8516:
URL: https://github.com/apache/texera/pull/8516#discussion_r3992695185


##########
frontend/src/app/workspace/component/workflow-form/workflow-form.component.ts:
##########
@@ -539,14 +570,51 @@ export class WorkflowFormComponent implements OnInit, 
OnDestroy {
     return ["TEXTAREA", "SELECT"].includes(active.tagName) || 
active.isContentEditable;
   }
 
+  private operators(): OperatorPredicate[] {
+    return this.workflowActionService.getTexeraGraph().getAllOperators();

Review Comment:
   This includes disabled operators in the picker. Disabled steps are omitted 
from the execution sub-DAG, so even if they retain `viewResult`, selecting one 
here can never produce a result for readers. Filter disabled operators here and 
add the disabled/view-result case to the picker spec.



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