NGA-TRAN opened a new issue, #19238:
URL: https://github.com/apache/datafusion/issues/19238

   ### Describe the bug
   
   `SortMergeJoinExec` is currently displayed inconsistently across plan 
formats:
   
   - In the indent plan, it appears as 
[SortMergeJoin](https://github.com/apache/datafusion/blob/20870c18a418ec081d44ecf8a90a30a95aa53138/datafusion/sqllogictest/test_files/joins.slt#L2727)
 (without Exec).
   
   - In the tree plan, it appears as 
[SortMergeJoinExec](https://github.com/apache/datafusion/blob/20870c18a418ec081d44ecf8a90a30a95aa53138/datafusion/sqllogictest/test_files/explain_tree.slt#L1203)
   
   To ensure consistency with other operators, both formats should use 
`SortMergeJoinExec`.
   
   ### To Reproduce
   
   There are available tests. The links above are two of them
   
   ### Expected behavior
   
   In both the indent and tree plans, all instances should be displayed as 
`SortMergeJoinExec`
   
   ### 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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to