aglinxinyuan commented on code in PR #4342:
URL: https://github.com/apache/texera/pull/4342#discussion_r3025260386


##########
frontend/src/app/workspace/service/validation/validation-workflow.service.ts:
##########
@@ -325,7 +325,9 @@ export class ValidationWorkflowService {
     for (let i = 0; i < operator.inputPorts.length; i++) {
       const port = operator.inputPorts[i];
       const portNumInputs = numInputLinksByPort.get(port.portID) ?? 0;
-      if (port.allowMultiInputs) {
+      let allowMultiInput = port.allowMultiInputs;

Review Comment:
   Per our discussion on the issue, we want to keep the "flag", i.e., we want 
to keep the change minimal, such that we can revert this change easily. It's 
expected that there will be redundant and unused code blocks as a result of 
this decision.



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