eugenegujing opened a new issue, #6486:
URL: https://github.com/apache/texera/issues/6486

   ### Task Summary
   
   `amber/src/main/python/core/architecture/packaging/input_manager.py` is the 
Python worker's input-side bookkeeping (instantiated per worker in `Context`).
   
   Note the Scala engine's `InputManager` was covered by #5450 / PR #5451; this 
task is its untested Python counterpart. Nothing in `amber/src/test/python` 
imports this module — existing runnables tests exercise it only indirectly 
through `MainLoop`. All of the above is unit-testable directly with an 
`InternalQueue`, in-memory `Schema`/`ArrowTableTupleProvider` inputs, and 
stubbed reader runnables.
   
   ### Task Type
   
   - [ ] Refactor / Cleanup
   - [ ] DevOps / Deployment / CI
   - [x] Testing / QA
   - [ ] Documentation
   - [ ] Performance
   - [ ] Other


-- 
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]

Reply via email to