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

   ### What happened?
   
   few visualization operators (ContinuousErrorBands, ContourPlot, Histogram2D) 
fail at runtime because Java enum methods (e.g., getModeInPlotly, 
getColoringMethod, getValue) return plain String, which pyb inserts without 
quotes. This produces invalid Python like mode=lines instead of mode='lines', 
causing NameError: name 'lines' is not defined.
   
   <img width="679" height="420" alt="Image" 
src="https://github.com/user-attachments/assets/f7783169-9021-4010-b312-15ce51568db6";
 />
   
   
   ### How to reproduce?
   
   1. Create a workflow: CSVFileScan → ContinuousErrorBands (or ContourPlot, or 
Histogram2D)
   2. Configure the operator with valid columns
   3. Run the workflow
   
   ### Version
   
   1.1.0-incubating (Pre-release/Master)
   
   ### Commit Hash (Optional)
   
   _No response_
   
   ### What browsers are you seeing the problem on?
   
   _No response_
   
   ### Relevant log output
   
   ```shell
   
   ```


-- 
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