morrySnow opened a new pull request, #63743: URL: https://github.com/apache/doris/pull/63743
## Summary - Add comprehensive Javadoc to `UnassignedJob.computeAssignedJobs()` and all its overrides across 10 concrete subclasses - Document the two-phase parallelization strategy in `AbstractUnassignedScanJob` (`multipleMachinesParallelization` + `insideMachineParallelization`) - Add Javadoc to all protected helper methods: `degreeOfParallelism`, `assignLocalShuffleJobs`, `assignedDefaultJobs`, `useLocalShuffleToAddParallel`, `fillUpAssignedJobs`, `fillUpSingleEmptyInstance` - Each subclass override explains its specific logic (colocate/bucket join, query cache partition optimization, missing bucket fill-up, etc.) ## Test plan - [ ] Build passes: `./build.sh --fe` - [ ] No behavioral change — comments only 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
