Yicong-Huang opened a new pull request, #4797: URL: https://github.com/apache/texera/pull/4797
### What changes were proposed in this PR? Adds pytest coverage for `amber/src/main/python/core/util/virtual_identity/__init__.py`. The Python sibling of the Scala `VirtualIdentityUtils` had no dedicated spec. ### Any related issues, documentation, discussions? Closes #4796. ### How was this PR tested? ``` cd amber/src/main/python ruff check core/util/virtual_identity/test_virtual_identity.py ruff format --check core/util/virtual_identity/test_virtual_identity.py python -m pytest core/util/virtual_identity/test_virtual_identity.py ``` ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-opus-4-7) -- 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]
