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

   ### Task Summary
   
   Three single-input transform descriptors have no `<srcClassName>Spec.scala`. 
Each pins operator metadata, physical-op wiring, and schema propagation.
   
   ### Scope
   
   | Source class | Lines | What's currently un-pinned |
   | --- | --- | --- |
   | `typecasting/TypeCastingOpDesc.scala` | 75 | operatorInfo (`Type Casting`, 
CLEANING_GROUP); wiring `TypeCastingOpExec`; schema propagation — empty units 
is identity, a cast unit changes the target column's type |
   | `unneststring/UnnestStringOpDesc.scala` | 87 | operatorInfo (`Unnest 
String`, UTILITY_GROUP); wiring `UnnestStringOpExec`; schema propagation — 
non-blank `resultAttribute` appends a STRING column, blank throws |
   | `filter/SpecializedFilterOpDesc.scala` | 63 | operatorInfo (`Filter`, 
CLEANING_GROUP, supportReconfiguration); wiring `SpecializedFilterOpExec`; 
`predicates` default empty + 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]

Reply via email to