aglinxinyuan opened a new issue, #5839: URL: https://github.com/apache/texera/issues/5839
### Task Summary Three more visualization `PythonOperatorDescriptor`s have no `<srcClassName>Spec.scala`. Same contract surface as the other visualization specs. ### Scope | Source class | Lines | What's currently un-pinned | | --- | --- | --- | | `visualization/carpetPlot/CarpetPlotOpDesc.scala` | 124 | operatorInfo (`Carpet Plot`); `getOutputSchemas` → single `html-content` STRING keyed by the declared output port; field defaults; round-trip; codegen emits a `go.Carpet` figure | | `visualization/dumbbellPlot/DumbbellPlotOpDesc.scala` | 195 | operatorInfo (`Dumbbell Plot`); `html-content` output schema; field defaults; round-trip; codegen emits a `go.Scatter` figure | | `visualization/parallelCoordinatesPlot/ParallelCoordinatesPlotOpDesc.scala` | 132 | operatorInfo (`Parallel Coordinates Plot`); `html-content` output schema; field defaults; round-trip; codegen emits a `px.parallel_coordinates` 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]
