Yicong-Huang opened a new issue, #4814:
URL: https://github.com/apache/texera/issues/4814

   ### Task Summary
   
   Three logical-operator descriptors under 
`common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/` 
have no dedicated specs:
   
   - `sleep/SleepOpDesc` — Sleep operator (control group, non-parallelizable, 
suggestedWorkerNum=1).
   - `intersect/IntersectOpDesc` — Intersect operator (set group, two 
HashPartition-required inputs, blocking output).
   - `source/fetcher/URLFetcherOpDesc` — URL fetcher (api group, 
decoding-method-conditional `sourceSchema`, source physical op).
   
   Add unit tests covering `operatorInfo` (name, group, port counts), 
`getPhysicalOp` (class name, port wiring, partition requirements, 
parallelization flags) and the decoding-method branch of 
`URLFetcherOpDesc.sourceSchema`.
   
   ### 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