comphead opened a new issue, #9846:
URL: https://github.com/apache/arrow-datafusion/issues/9846
### Is your feature request related to a problem or challenge?
Hi all
I was going through SMJ implementation and suddenly stepped on the comments
```
// Sort-Merge join support currently is experimental
```
https://github.com/apache/arrow-datafusion/blob/81c96fc3db0ea35638278f32df066be63b745a51/datafusion/core/src/physical_planner.rs#L1141
I think it would be nice to revisit it and understand if Sort Merge Join
Exec is still experimental.
And if so is there any strategies to make it stable, or to run benchmarks to
prove the join is stable?
### 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]