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

   ### Task Summary
   
   Four more visualization operator descriptors under 
`common/workflow-operator/src/main/scala/org/apache/texera/amber/operator/visualization/`
 have no dedicated specs:
   
   - `heatMap/HeatMapOpDesc`
   - `barChart/BarChartOpDesc`
   - `lineChart/LineChartOpDesc`
   - `pieChart/PieChartOpDesc`
   
   Add unit tests covering `getOutputSchemas` (single-port `html-content` 
STRING output), `operatorInfo` (name, description, group), `generatePythonCode` 
(operator class + plotly imports + `decode_python_template` runtime decode 
sites), 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