[SPARK-399776][SQL] JOIN verbose string should add Join type #6175
Labels
audit_3.4.0
Audit related tasks for 3.4.0
feature request
New feature or request
P1
Nice to have for release
Spark-context
apache/spark@6bd09ab92c
What changes were proposed in SPARK pull request?
The current verbose string didn't containt join type. This PR adds the join type to the the string.
example
Why are the changes needed in Spark?
Add missing information in Join verbosity
Does this PR introduce any user-facing change?
Why it might affect RAPIDS?
Currently, We define GpuCartesianProductExec.verboseStringWithOperatorId() that shows the join condition. We can add
Join type:...
to that string.Tools Profiling/Qualification can use the extra information to improve the analysis of RAPIDS support. See RAPIDS-6064: Qualification tool support parsing expressions part-2
Impact on Testing?
NA.
Requires Doc update?
No.
The text was updated successfully, but these errors were encountered: