viirya opened a new issue, #25: URL: https://github.com/apache/arrow-datafusion-comet/issues/25
### Describe the bug This fixes incorrect native operator when transforming Spark query plan to Comet query plan. We now add children operators into native operator anyway in `operator2Proto`. But for Comet sink operators e.g. shuffle, they don't have children operators but work as a input source. This doesn't cause issue because we don't actually plan these children for sink operators in native planner, but the native operator (proto message) looks incorrect and confusing. ### Steps to reproduce _No response_ ### Expected behavior _No response_ ### Additional context _No response_ -- 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]
