aglinxinyuan opened a new issue, #5874: URL: https://github.com/apache/texera/issues/5874
### Task Summary Three Java/R UDF operator descriptors under `common/workflow-operator/udf/` have no `<srcClassName>Spec.scala`. ### Scope | Source class | Lines | What's currently un-pinned | | --- | --- | --- | | `udf/java/JavaUDFOpDesc.scala` | 182 | operatorInfo (`Java UDF`, JAVA_GROUP, dynamic ports); getPhysicalOp wiring `OpExecWithCode(code, "java")` + `workers` precondition; schema propagation (retainInputColumns + outputColumns); round-trip | | `udf/r/RUDFOpDesc.scala` | 178 | operatorInfo (`R UDF`, R_GROUP, dynamic ports); getPhysicalOp wiring `OpExecWithCode(code, …)` + `workers` precondition; schema propagation; round-trip | | `udf/r/RUDFSourceOpDesc.scala` | 113 | operatorInfo (`1-out R UDF`, R_GROUP, zero inputs / one output); `sourceSchema()` from the `columns` field; round-trip | ### Out of scope No production-code changes. One `<srcClassName>Spec.scala` per source class. ### 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]
