aglinxinyuan opened a new pull request, #4774: URL: https://github.com/apache/texera/pull/4774
### What changes were proposed in this PR? Add `LimitOpExecSpec` covering the bounded-emission contract of `LimitOpExec`: - 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` ### Any related issues, documentation, discussions? Closes #4773 ### How was this PR tested? `sbt "WorkflowOperator/testOnly org.apache.texera.amber.operator.limit.LimitOpExecSpec"` — 5/5 tests pass. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Opus 4.7) -- 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]
