kz930 opened a new pull request, #5762: URL: https://github.com/apache/texera/pull/5762
### What changes were proposed in this PR? This PR adds dedicated unit coverage for small `common/workflow-operator` utility and contract classes: - `OperatorDescriptorUtilsSpec` covers goal partitioning and Java-map copying behavior. - `PropertyNameConstantsSpec` pins logical-plan, common-operator, and physical-plan key strings, and verifies the constant values stay distinct. - `PortDescriptorSpec` covers default/mutable port-list behavior, `PortDescription` constructor/case-class semantics, the `allowMultiInputs` Jackson compatibility shim, and JSON deserialization/round-trip behavior. No production code is changed. ### Any related issues, documentation, discussions? Closes #5735. ### How was this PR tested? ```bash sbt "PyBuilder / clean" "WorkflowCore / clean" "WorkflowOperator / clean" "WorkflowOperator / testOnly org.apache.texera.amber.operator.util.OperatorDescriptorUtilsSpec org.apache.texera.amber.operator.metadata.PropertyNameConstantsSpec org.apache.texera.amber.operator.PortDescriptorSpec" ``` ```bash sbt "WorkflowOperator / scalafmtCheck" "WorkflowOperator / Test / scalafmtCheck" ``` ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Codex (GPT-5) -- 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]
