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

   ### Task Summary
   
   Three visualization operator descriptors have no `<srcClassName>Spec.scala`. 
Each pins operator metadata and the fixed `html-content` output schema; the 
chart descriptors also have config-field defaults and Python codegen guards.
   
   ### Scope
   
   | Source class | Lines | What's currently un-pinned |
   | --- | --- | --- |
   | `visualization/htmlviz/HtmlVizOpDesc.scala` | 77 | operatorInfo (`HTML 
Visualizer`, VISUALIZATION_MEDIA_GROUP); output schema = single `html-content` 
STRING column; `htmlContentAttrName` annotations |
   | `visualization/candlestickChart/CandlestickChartOpDesc.scala` | 116 | 
operatorInfo (`Candlestick Chart`, VISUALIZATION_FINANCIAL_GROUP); 
`html-content` output schema; OHLC field defaults + round-trip |
   | `visualization/histogram2d/Histogram2DOpDesc.scala` | 123 | operatorInfo 
(`Histogram2D`, VISUALIZATION_STATISTICAL_GROUP); `html-content` output schema; 
field defaults (`xBins`/`yBins` = 10, `normalize` = DENSITY); codegen guards 
`xBins > 0` / `yBins > 0` |
   
   ### 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