aglinxinyuan opened a new pull request, #4792: URL: https://github.com/apache/texera/pull/4792
### What changes were proposed in this PR? Add `InternalMarkerSpec` covering the `FinalizePort` and `FinalizeExecutor` payloads used to signal finalization within a `TupleLike` stream: - `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 ### Any related issues, documentation, discussions? Closes #4791 ### How was this PR tested? `sbt "WorkflowCore/testOnly org.apache.texera.amber.core.tuple.InternalMarkerSpec"` — 6/6 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]
