KnightChess commented on PR #8233: URL: https://github.com/apache/hudi/pull/8233#issuecomment-1680661059
after fix, SQL will containr two QE id,which is 8 and 9 <img width="851" alt="image" src="https://github.com/apache/hudi/assets/20125927/b98228b7-6865-415e-8864-9939d9bfcc45"> qe id 8 will not update, which is older spark plan register, and contain only one node, because inner children will not rendering <img width="603" alt="image" src="https://github.com/apache/hudi/assets/20125927/2184648d-ab85-4901-bbbb-0eff4ac11571"> qe id 9 is use new dataSet queryExecution id to register, but it only contain children query, so this fix will not contain hudi command plan <img width="481" alt="image" src="https://github.com/apache/hudi/assets/20125927/cb0dc17c-5ee3-4fb3-a71e-05e1b0ac66de"> <img width="378" alt="image" src="https://github.com/apache/hudi/assets/20125927/4b99b91b-1a05-4fb2-b865-a5da813a6ae9"> -- 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]
