aglinxinyuan opened a new issue, #8130:
URL: https://github.com/apache/texera/issues/8130

   ### Task Summary
   
   Four workflow-operator files have small uncovered gaps, none large enough to 
be worth an issue alone:
   
   | File | Codecov-missed | Coverage |
   |---|---|---|
   | `sort/StableMergeSortOpExec.scala` | 5 of 83 | 94.0% |
   | `filter/FilterPredicate.java` | 4 of 60 | 93.3% |
   | `sklearn/SklearnClassifierOpDesc.scala` | 2 of 24 | 91.7% |
   | `huggingFace/codegen/TaskCodegen.scala` | 2 of 18 | 88.9% |
   
   The uncovered paths are the sort operator's close-before-open and reject 
cases, two of the filter predicate's comparison arms, and codegen branches that 
no test exercises. `TaskCodegen` has no spec at all.
   
   A note for whoever measures this module: `FileScanSourceOpExecSpec` aborts 
at suite level on Windows with a file-lock in its own cleanup, *after* its 
seven tests pass. Because sbt-jacoco runs unforked and skips `saveRuntimeData` 
when the test task fails, an unfiltered `WorkflowOperator/jacoco` run emits an 
**all-zero** report rather than a partial one — scope by suite name and exclude 
it.
   
   ### Task Type
   
   - [x] Testing / QA
   
   ### Was this issue authored using generative AI tooling?
   
   Generated-by: Claude Code (Opus 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]

Reply via email to