The GitHub Actions job "Required Checks" on 
texera.git/fix/bubblechart-optional-color-column has succeeded.
Run started by GitHub user xuang7 (triggered by xuang7).

Head commit for run:
6e35895271e956fd6d2d770776d957505be6369e / kary zheng <[email protected]>
feat(workflow-operator): stop forcing a color column on every Bubble Chart

Color-Column was declared required, but the generated Python reads it
only inside the Enable Color branch. A user who wanted plain bubbles
still had to pick a column, and the column they picked did nothing.

Make the field optional and hide it behind the toggle, the way Ternary
Plot already does. The color decision moves from a Python-level string
comparison to Scala, so an unset column falls back to uniform bubbles
instead of reaching px.scatter as an empty string, which plotly rejects.

Closes #7395

Co-Authored-By: Claude Opus 5 (1M context) <[email protected]>

Report URL: https://github.com/apache/texera/actions/runs/31228876181

With regards,
GitHub Actions via GitBox

Reply via email to