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

   ### Task Summary
   
   `WorkflowWorker.handleActorCommand` (amber, 
`amber/src/main/scala/org/apache/texera/amber/engine/architecture/worker/WorkflowWorker.scala`)
 is dead code: it is a `Receive` whose body is a bare `println(c)`, it is 
**not** wired into the actor's `receive` chain (`receive = super.receive orElse 
handleDirectInvocation orElse handleTriggerClosure`), and it has no callers. 
(The live, used `handleActorCommand` is a separate method on `DPThread`.)
   
   Remove it — coverage rises by removal, and it avoids cementing a debug 
leftover in place. Raised by @mengw15 while reviewing #6289.
   
   ### Task Type
   
   - [x] Refactor / Cleanup
   - [ ] DevOps / Deployment / CI
   - [ ] 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