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

   ### Task Summary
   
   Three core non-source operator descriptors have no 
`<srcClassName>Spec.scala`. They cover control-flow routing, the dummy 
placeholder, and the two-stage aggregation.
   
   ### Scope
   
   | Source class | Lines | What's currently un-pinned |
   | --- | --- | --- |
   | `ifStatement/IfOpDesc.scala` | 75 | operatorInfo (`If`, CONTROL_GROUP, 2 
inputs `Condition`/data, 2 outputs `False`/`True`); `conditionName` default 
null; getPhysicalOp wires `IfOpExec`, non-parallelizable; schema propagation 
routes the **data** input's schema (inputPorts.last) to both outputs |
   | `dummy/DummyOpDesc.scala` | 69 | operatorInfo (`Dummy`, UTILITY_GROUP, all 
four dynamic/reconfig/customization flags true); ports derived from the 
`PortDescriptor` trait (null → single default port; explicit list → 
per-element); `getPhysicalOp` is the unimplemented `???` stub |
   | `aggregate/AggregateOpDesc.scala` | 132 | operatorInfo (`Aggregate`, 
AGGREGATE_GROUP); `getPhysicalPlan` builds a two-op (localAgg + globalAgg) plan 
with one link; schema propagation produces group-by keys + per-aggregation 
result-type columns |
   
   ### 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]

Reply via email to