spark-rapids
spark-rapids copied to clipboard
Qualification tool: Parse expressions in Join execs
This closes https://github.com/NVIDIA/spark-rapids/issues/6064 This PR adds parser support to the following join execs.
- BroadcastHashJoin
- SortMergeJoin
- BroadcastNestedLoopJoin
- ShuffledHashJoin
The format in eventlog is almost similar for equijoins. All use same function to parse the exec. Added new test for unsupported expressions and updated the current test for supported expressions.
build
build
build
build
build