Musxeto opened a new pull request, #7430:
URL: https://github.com/apache/texera/pull/7430
### What changes were proposed in this PR?
It Refactors `WorkflowState.toLogicalPlan()` by removing the unused
`targetOperatorId` parameter.
The parameter was never referenced in the method (it always built the
whole-graph plan) and the only caller (`texera-agent.ts`) passed no arguments
to it. The need to fetch a sub-graph of a target is already properly served by
`getSubDAG(targetOperatorId)`.
### Any related issues, documentation, discussions?
Closes #7170
### How was this PR tested?
Run the TypeScript compiler checks and existing agent-service unit tests to
verify no callers or types were broken.
### Was this PR authored or co-authored using generative AI tooling?
Generated-by: Gemini 3.1 Pro (High)
--
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]