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

   ### What changes were proposed in this PR?
   
   Fill uncovered branches in four source/scan and projection descriptors, 
selected from the Codecov report. No production-code changes — extends the 
existing specs.
   
   | File | Codecov before | Missed branches now covered |
   | --- | --- | --- |
   | `ProjectionOpDesc.scala` | 69% | `derivePartition` — the hash 
(kept/empty→unknown), range, and pass-through arms |
   | `TextInputSourceOpDesc.scala` | 47% | `getPhysicalOp` wiring (exec class, 
ports) + schema propagation |
   | `FileScanSourceOpDesc.scala` | 37% | `getPhysicalOp` wiring + propagation, 
and the `outputFileName` filename-column branch of `sourceSchema` |
   | `FileScanOpDesc.scala` | 58% | `getPhysicalOp` wiring (input/output ports) 
+ schema propagation |
   
   All targets exercise pure in-memory descriptor logic 
(`getPhysicalOp`/`derivePartition`/`sourceSchema`); the existing specs only 
drove the executors or `sourceSchema` defaults.
   
   ### 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 *ProjectionOpDescSpec 
*TextInputSourceOpDescSpec *FileScanSourceOpDescSpec *FileScanOpDescSpec"` — 37 
tests, 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