Yicong-Huang opened a new pull request, #4707: URL: https://github.com/apache/texera/pull/4707
### What changes were proposed in this PR? Adds pytest coverage for the private `_QueueReader` helper in `amber/src/main/python/pytexera/storage/large_binary_output_stream.py`. The helper had only end-to-end coverage through `LargeBinaryOutputStream`; these tests exercise it directly so partial-read buffering and the EOF sentinel are pinned without spinning up the upload thread. ### Any related issues, documentation, discussions? Closes #4706. ### How was this PR tested? ``` cd amber/src/main/python ruff check pytexera/storage/test_large_binary_output_stream.py ruff format --check pytexera/storage/test_large_binary_output_stream.py python -m pytest pytexera/storage/test_large_binary_output_stream.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]
