Skip to content

add unit test coverage for MapOpExec #4777

@aglinxinyuan

Description

@aglinxinyuan

Task Summary

Add MapOpExecSpec covering the function-delegating contract of MapOpExec:

  • processTuple emits exactly one tuple per input by applying the configured mapFunc
  • When mapFunc returns the input tuple, processTuple returns the same instance (reference identity)
  • Output is always a single-element iterator
  • setMapFunc overwrites a previously installed function
  • processTuple throws NullPointerException when invoked before setMapFunc

Priority

P3 – Low

Task Type

  • Testing / QA

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Task.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions