aglinxinyuan opened a new issue, #4775: URL: https://github.com/apache/texera/issues/4775
### Task Summary `FlatMapOpExec` (`common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/flatmap/FlatMapOpExec.scala`) wraps a user-supplied `Tuple => Iterator[TupleLike]` function but currently has no unit tests. Add `FlatMapOpExecSpec` covering: - `processTuple` delegates to the configured `flatMapFunc` - Empty iterators from `flatMapFunc` produce no output - Output order matches the iterator returned by `flatMapFunc` - `setFlatMapFunc` overwrites a previously installed function ### 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]
