aglinxinyuan opened a new pull request, #6085:
URL: https://github.com/apache/texera/pull/6085

   ### What changes were proposed in this PR?
   
   Fill uncovered branches in the Java/R/Python UDF descriptors, selected from 
the Codecov report. No production-code changes — extends the existing specs 
(nothing duplicated).
   
   | File | Codecov before | Missed branches now covered |
   | --- | --- | --- |
   | `JavaUDFOpDesc.scala` | 61.1% | `getPhysicalOp` workers>1 (parallelizable, 
one-to-many, suggested workers); custom `inputPorts`/`outputPorts` in 
`operatorInfo` + partitionRequirement; `runtimeReconfiguration` |
   | `RUDFOpDesc.scala` | 66.7% | `r-tuple` language selection + workers>1 
branch; custom-port `operatorInfo` + partitionRequirement; 
`runtimeReconfiguration` |
   | `PythonUDFOpDescV2.scala` | 72.4% | workers>1 one-to-one branch; trimmed 
`pveName`; custom `inputPorts`/`outputPorts` (incl. dependencies); 
`runtimeReconfiguration` |
   
   The existing specs only exercised the default `workers=1` / 
null-`inputPorts` paths, so these are the untested branch sides.
   
   ### Any related issues, documentation, discussions?
   
   Follow-up to the review feedback on #6043: prioritize tests that fill 
uncovered code paths.
   
   ### How was this PR tested?
   
   - `sbt "WorkflowOperator/testOnly *JavaUDFOpDescSpec *RUDFOpDescSpec 
*PythonUDFOpDescV2Spec"` — all green
   - `sbt "WorkflowOperator/Test/scalafmtCheck"` and `sbt 
"WorkflowOperator/scalafixAll --check"` — clean
   
   ### Was this PR authored or co-authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 4.8 [1M context])
   


-- 
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]

Reply via email to