yunyad opened a new pull request, #3911: URL: https://github.com/apache/texera/pull/3911
### Description This PR adds a feature to display the number of workers (degree of parallelism) assigned to each operator during workflow execution. A small label appears on top of each operator node while the workflow is running, indicating the current number of workers for that operator. To improve user experience and avoid clutter, a checkbox is provided to show or hide the worker count indicators as needed. ### Motivation Previously, only UDF operators exposed their worker count in the property panel, while native operators (e.g., Java) did not surface this information. This enhancement improves runtime observability and helps users better understand system behavior and resource allocation during execution. ### Demo  Fix #3841 -- 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]
