Skip to content

fix: convert BubbleChart boolean field to Python-compatible value#4238

Open
xuang7 wants to merge 1 commit intoapache:mainfrom
xuang7:fix/bubble-chart-boolean-python-conversion
Open

fix: convert BubbleChart boolean field to Python-compatible value#4238
xuang7 wants to merge 1 commit intoapache:mainfrom
xuang7:fix/bubble-chart-boolean-python-conversion

Conversation

@xuang7
Copy link
Contributor

@xuang7 xuang7 commented Feb 25, 2026

What changes were proposed in this PR?

This PR adds an explicit boolean conversion in BubbleChartOpDesc. It fixes an issue where the Scala boolean field enableColor was rendered in the new Python template as lowercase true/false instead of True/False. This caused a runtime error: NameError: name 'false' is not defined.

Demo:
bubblechart

Any related issues, documentation, discussions?

No

How was this PR tested?

Manually tested

Was this PR authored or co-authored using generative AI tooling?

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant