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

   ### Task Summary
   
   Four visualization operator descriptors under 
`common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/`
 have no dedicated specs:
   
   - `ImageViz/ImageVisualizerOpDesc`
   - `funnelPlot/FunnelPlotOpDesc`
   - `volcanoPlot/VolcanoPlotOpDesc`
   - `bulletChart/BulletChartOpDesc`
   
   Add unit tests covering `getOutputSchemas` (single-port `html-content` 
STRING output), `operatorInfo` (name, description, group), `generatePythonCode` 
(non-empty Python source containing the expected operator class), and the 
assertion guards on missing required fields.
   
   ### 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