Skip to content

Conversation

irenjj
Copy link
Contributor

@irenjj irenjj commented Mar 8, 2025

Which issue does this PR close?

Rationale for this change

What changes are included in this PR?

Are these changes tested?

Are there any user-facing changes?

…rtMergeJoinExec` and `SymmetricHashJoinExec`
@github-actions github-actions bot added the sqllogictest SQL Logic Tests (.slt) label Mar 8, 2025
Copy link
Contributor

@alamb alamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

.collect::<Vec<String>>()
.join(", ");

writeln!(f, "join_type={:?}", self.join_type)?;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend the same things here:
#15079 (comment)

@alamb
Copy link
Contributor

alamb commented Mar 9, 2025

Hi @irenjj -- this PR has some merge conflicts

Any chance you can resolve them?

Thanks again!

@irenjj
Copy link
Contributor Author

irenjj commented Mar 9, 2025

Thanks @alamb for your review, have resolved conflicts, PTAL :)

@2010YOUY01 2010YOUY01 merged commit 55ec83b into apache:main Mar 10, 2025
24 checks passed
@irenjj irenjj deleted the explain_other_joins branch March 10, 2025 10:58
@alamb
Copy link
Contributor

alamb commented Mar 10, 2025

🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement tree explain for NestedLoopJoinExec, CrossJoinExec, SortMergeJoinExec and SymmetricHashJoinExec

3 participants