wangyinsheng opened a new pull request, #13044: URL: https://github.com/apache/hudi/pull/13044
### Change Logs While inserting into hudi table,the DAG in the Spark web ui is not fully displayed,missing the DAG for subquery of insert into statement。Although [HUDI-5956](https://issues.apache.org/jira/browse/HUDI-5956) has enabled subquery DAG display in sub-execution, it remains insufficiently user-friendly. fix steps: - Moving `alignedQuery` to analysis phase - Adjusting parent class of `InsertIntoHudiTableCommand` and `CreateHoodieTableAsSelectCommand` to `DataWritingCommand` - use `sparkPlan` of `DataWritingCommand` to generate the DataFrame Before:    After:   ### Impact None ### Risk level (write none, low medium or high below) None ### Documentation Update None ### Contributor's checklist - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- 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: commits-unsubscr...@hudi.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org