aglinxinyuan opened a new issue, #4791: URL: https://github.com/apache/texera/issues/4791
### Task Summary `FinalizePort` and `FinalizeExecutor` (`common/workflow-core/src/main/scala/org/apache/texera/amber/core/tuple/TupleLike.scala`) are `InternalMarker` payloads carried in `TupleLike` streams to signal port and executor finalization. They currently have no unit tests. Add `InternalMarkerSpec` covering: - `FinalizePort` carries the configured `portId` and `input` direction - Both markers are `TupleLike` with empty `getFields` and zero `inMemSize` - `FinalizePort` respects case-class equality on its constructor arguments - Two `FinalizeExecutor` instances are equal (no-field case class) - `FinalizePort` and `FinalizeExecutor` are not equal to each other ### 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]
