my-vegetable-has-exploded opened a new issue, #9443: URL: https://github.com/apache/arrow-datafusion/issues/9443
### Is your feature request related to a problem or challenge? When I try to complete #8416 , I found it hard to review changes in plan in tpch sqllogictests. I think the main reason is that CoalesceBatchesExec and RepartitionExec::RoundRobinBatch would make git diff aligns the result in unexcepted position. Takes q11.slt.part as example, it aligns CoalesceBatchesExec and RepartitionExec::RoundRobinBatch but ignore the `--` changes.  If we remove CoalesceBatchesExec and RepartitionExec::RoundRobinBatch, it works well to find the `--` changes.   ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _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]
