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

   ### Task Summary
   
   Three visualization `PythonOperatorDescriptor`s have no 
`<srcClassName>Spec.scala`. Each pins operator metadata, the fixed 
`html-content` output schema, field defaults, and JSON round-trip, plus the 
structure of the generated Plotly code.
   
   ### Scope
   
   | Source class | Lines | What's currently un-pinned |
   | --- | --- | --- |
   | `visualization/gaugeChart/GaugeChartOpDesc.scala` | 191 | operatorInfo 
(`Gauge Chart`, VISUALIZATION_FINANCIAL_GROUP); `getOutputSchemas` → single 
`html-content` STRING keyed by the declared output port; 
`value`/`delta`/`threshold` defaults + empty `steps`; round-trip; codegen emits 
a `go.Indicator` figure |
   | `visualization/rangeSlider/RangeSliderOpDesc.scala` | 145 | operatorInfo 
(`Range Slider`, VISUALIZATION_BASIC_GROUP); `html-content` output schema; 
axis-field defaults; round-trip; codegen emits a `go.Scatter` figure |
   | `visualization/sankeyDiagram/SankeyDiagramOpDesc.scala` | 135 | 
operatorInfo (`Sankey Diagram`, VISUALIZATION_BASIC_GROUP); `html-content` 
output schema; field defaults; round-trip; codegen emits a `go.Sankey` 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