feat: add a new webgl polar chart operator#4221
Open
anishshiva7 wants to merge 3 commits intoapache:mainfrom
Open
feat: add a new webgl polar chart operator#4221anishshiva7 wants to merge 3 commits intoapache:mainfrom
anishshiva7 wants to merge 3 commits intoapache:mainfrom
Conversation
Ma77Ball
suggested changes
Feb 19, 2026
Contributor
Ma77Ball
left a comment
There was a problem hiding this comment.
Overall, it looks good. Please look over the comments and address/respond to them above.
...a/org/apache/texera/amber/operator/visualization/webglPolarChart/WebglPolarChartOpDesc.scala
Outdated
Show resolved
Hide resolved
...a/org/apache/texera/amber/operator/visualization/webglPolarChart/WebglPolarChartOpDesc.scala
Outdated
Show resolved
Hide resolved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this PR?
This change introduces a WebGL Polar Chart operator, which visualizes data using polar coordinates rendered with GPU-accelerated WebGL. The WebGL Polar Chart operator enables high-performance and interactive visualization of datasets that are naturally expressed in angular and radial dimensions.
In a WebGL polar chart:
This visualization is useful for:
The operator has been integrated into the Texera workflow system and appears under the visualization category.
Any related issues, documentation, discussions?
Needs python library scikit-image
Can be installed using: pip install scikit-image
How was this PR tested?
Tested with existing test cases
Was this PR authored or co-authored using generative AI tooling?
No