carloea2 opened a new pull request, #8280: URL: https://github.com/apache/texera/pull/8280
### What changes were proposed in this PR? Validate that a large-binary S3 reference contains both a bucket and an object key during construction, before any stream reaches S3. ### Any related issues, documentation, discussions? Closes #8279 ### How was this PR tested? Added negative coverage for missing buckets and keys. Existing valid URI, generated URI, equality, hashing, and stream tests remain green. `C:\Users\carlo\texera\texera\.venv312\Scripts\python.exe -c "import sys,pytest; sys.path[:0]=[r'C:\Users\carlo\texera\texera-worktrees\investigate-bug75\amber\src\main\python',r'C:\Users\carlo\texera\texera\amber\src\main\python']; raise SystemExit(pytest.main([r'amber\src\test\python\core\models\type\test_large_binary.py',r'amber\src\test\python\pytexera\storage\test_large_binary_input_stream.py','-p','no:cacheprovider','-q']))"` `C:\Users\carlo\texera\texera\.venv312\Scripts\ruff.exe check amber/src/main/python/core/models/type/large_binary.py amber/src/test/python/core/models/type/test_large_binary.py` `C:\Users\carlo\texera\texera\.venv312\Scripts\ruff.exe format --check amber/src/main/python/core/models/type/large_binary.py amber/src/test/python/core/models/type/test_large_binary.py` All 23 tests passed. Ruff checks passed. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: OpenAI 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]
