YannByron commented on issue #4859: URL: https://github.com/apache/hudi/issues/4859#issuecomment-1049441095
@njalan It's just because `InsertIntoHoodieTableCommand`extends `RunnableCommand` and doesm't override the `children` method. So it have no children should be shown. @XuQianJin-Stars you can try to override `children` and return the `query` in `InsertIntoHoodieTableCommand`. maybe can show more details. -- 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]
