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

   ### Task Summary
   
   Three visualization `PythonOperatorDescriptor`s have no 
`<srcClassName>Spec.scala`. Each pins operator metadata and the fixed 
`html-content` output schema; PolarChart/StripChart also pin the structure of 
the generated Plotly code.
   
   ### Scope
   
   | Source class | Lines | What's currently un-pinned |
   | --- | --- | --- |
   | `visualization/contourPlot/ContourPlotOpDesc.scala` | 122 | operatorInfo 
(`Contour Plot`, VISUALIZATION_SCIENTIFIC_GROUP); `getOutputSchemas` → single 
`html-content` STRING keyed by the declared output port; field defaults; JSON 
round-trip |
   | `visualization/polarChart/PolarChartOpDesc.scala` | 117 | operatorInfo 
(`Polar Chart`, VISUALIZATION_SCIENTIFIC_GROUP); `html-content` output schema; 
`r`/`theta` defaults; round-trip; `generatePythonCode` emits a Scatterpolargl 
figure |
   | `visualization/stripChart/StripChartOpDesc.scala` | 124 | operatorInfo 
(`Strip Chart`, VISUALIZATION_STATISTICAL_GROUP); `html-content` output schema; 
field defaults; round-trip; `generatePythonCode` emits a `px.strip` figure |
   
   ### 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