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

   ### Task Summary
   
   `LimitOpExec` 
(`common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/limit/LimitOpExec.scala`)
 bounds the number of tuples emitted by a workflow operator but currently has 
no unit tests. Add `LimitOpExecSpec` covering:
   
   - Tuples are emitted while the count is below the configured limit
   - Emission stops once the limit is reached
   - The count is cumulative across `processTuple` invocations
   - Limit of `0` emits nothing
   - `open()` resets `count` to `0`
   
   ### 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