aglinxinyuan opened a new issue, #4780:
URL: https://github.com/apache/texera/issues/4780

   ### Task Summary
   
   `IfOpExec` 
(`common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/ifStatement/IfOpExec.scala`)
 routes tuples between a true and false port based on a state-driven condition 
but currently has no unit tests. Add `IfOpExecSpec` covering:
   
   - `processState` routes to the true port when the condition value is `true`
   - `processState` routes to the false port when the condition value is `false`
   - `processTupleMultiPort` defaults to the true port before any state is 
observed
   - `processTupleMultiPort` reflects the most recent `processState` routing 
decision
   - `processTuple` is unimplemented (multi-port routing is required)
   
   ### Priority
   P3 – Low
   
   ### Task Type
   - [x] Testing / QA


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