carloea2 opened a new pull request, #8238: URL: https://github.com/apache/texera/pull/8238
## What changed Python now preserves the VFS resource suffix when decoding it, so the shared camel-case values `runtimeStatistics` and `consoleMessages` remain valid. Closes #8237 ## How was this PR tested? ```text python -c "import sys,pytest; sys.path[:0]=[r'C:\Users\carlo\texera\texera-worktrees\investigate-bug55\amber\src\main\python',r'C:\Users\carlo\texera\texera\amber\src\main\python']; raise SystemExit(pytest.main(['amber/src/test/python/core/storage/test_vfs_uri_factory.py','amber/src/test/python/core/storage/test_document_factory.py','-q','-p','no:cacheprovider']))" 32 passed ruff check amber/src/main/python amber/src/test/python All checks passed ruff format --check amber/src/main/python amber/src/test/python 213 files already formatted ``` Direct reproduction after the fix: ```text result=result state=state runtimeStatistics=runtimeStatistics consoleMessages=consoleMessages ``` Generated-by: Codex -- 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]
