yew1eb opened a new issue, #1665: URL: https://github.com/apache/auron/issues/1665
### **Description** Native\*Exec operators currently lack verboseStringWithOperatorId, causing explain output to differ from Spark and reducing plan readability and diagnosability. ### **Proposed approach** Override `verboseStringWithOperatorId` in each Native*Exec and mirror the corresponding Spark\*Exec formatting. Keep formatting in the Native\*Exec operator (do not delegate to underlying Spark\*Exec). ### Tasks: - Implement `verboseStringWithOperatorId` for: - [ ] NativeProjectBase - [ ] NativeFilterBase - [ ] NativeAggBase - [ ] ... -- 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]
