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:
   
![image](https://github.com/user-attachments/assets/d01c9f30-07be-4e69-a03a-4d48f5741231)
   
![image](https://github.com/user-attachments/assets/4cb134ad-39e7-42c7-89c1-4811b6766083)
   
![image](https://github.com/user-attachments/assets/b3bcc8ab-21e5-4f93-b725-cf80fe18c2ae)
   
   
   After:
   
![image](https://github.com/user-attachments/assets/d07e6051-b530-490c-9a4b-dc2001d34604)
   
   
![image](https://github.com/user-attachments/assets/3611a8ce-2beb-49c8-a80b-42e7ea0d5e88)
   
   
   ### 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

Reply via email to