Yicong-Huang opened a new pull request, #5686: URL: https://github.com/apache/texera/pull/5686
### What changes were proposed in this PR? Replaces the eight UDF operator icons under `frontend/src/assets/operator_images/` with a clean, consistent typographic set. The previous Python UDF icons carried a leftover red "New" overlay, and the Lambda/Reducer/Java/R icons varied in size and style. Each new icon is a 512x512 transparent PNG with centered, colored lettering: `Py` (Python UDF), `Py·src` (Python UDF source), `Py·2-in` (dual-input Python UDF), `λ·py` (Python lambda), `∑·py` (Python table reducer), `Java` (Java UDF), `R` (R UDF), `R·src` (R UDF source). Filenames are unchanged, so they continue to map to the `assets/operator_images/<operatorType>.png` lookup in `joint-ui.service.ts`. ### Any related issues, documentation, discussions? Closes #5685 ### How was this PR tested? This is a static asset swap with no code changes. I did not run the frontend test suite. Verified manually that each replacement PNG is 512x512 with a transparent background and centered content, and that the eight filenames exactly match the existing files so the operator-type icon lookup is unaffected. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Opus 4.8 (Cowork) -- 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]
