Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[SPARK-399776][SQL] JOIN verbose string should add Join type #6175

Open
amahussein opened this issue Aug 1, 2022 · 0 comments
Open

[SPARK-399776][SQL] JOIN verbose string should add Join type #6175

amahussein opened this issue Aug 1, 2022 · 0 comments
Labels
audit_3.4.0 Audit related tasks for 3.4.0 feature request New feature or request P1 Nice to have for release

Comments

@amahussein
Copy link
Collaborator

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

(10) BroadcastHashJoin [codegen id : 4]
Left keys [1]: [ws_sold_date_sk#7]
Right keys [1]: [d_date_sk#9]
Join type: Inner
Join condition: None

Why are the changes needed in Spark?

Add missing information in Join verbosity

Does this PR introduce any user-facing change?

  • User will be able to see join type in verbose plan string

Why it might affect RAPIDS?

Impact on Testing?

NA.

Requires Doc update?

No.

@amahussein amahussein added feature request New feature or request ? - Needs Triage Need team to review and classify audit_3.4.0 Audit related tasks for 3.4.0 labels Aug 1, 2022
@sameerz sameerz added P1 Nice to have for release and removed ? - Needs Triage Need team to review and classify labels Aug 2, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
audit_3.4.0 Audit related tasks for 3.4.0 feature request New feature or request P1 Nice to have for release
Projects
None yet
Development

No branches or pull requests

2 participants