Yicong-Huang opened a new issue, #4706: URL: https://github.com/apache/texera/issues/4706
### Task Summary `amber/src/main/python/pytexera/storage/large_binary_output_stream.py` ships a private `_QueueReader` helper that adapts a `queue.Queue` to a file-like `read(size)` interface for the background S3 upload thread. It is currently exercised only end-to-end through `LargeBinaryOutputStream` and has no direct unit tests. Add unit tests for `_QueueReader` covering chunk joining, partial reads with buffer remainder, the EOF-sentinel path, post-EOF reads, and the `size=0` edge case. ### Task Type - [x] Testing / QA -- 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]
