Skip to content

Conversation

simonvandel
Copy link
Contributor

@simonvandel simonvandel commented Oct 8, 2025

Which issue does this PR close?

Part of #14660

Rationale for this change

Split off from #17365 since we may want to wait for #17946 for pivot support.

sqlparser 0.58 released with support for parsing pipe operators.
Let's see if we can make Datafusion support executing them.

What changes are included in this PR?

Support for the join pipe operator

Are these changes tested?

Yes, I have added SLT tests

Are there any user-facing changes?

Yes, if the dialect is set to one that supports pipe operators, those can then be executed.

@github-actions github-actions bot added documentation Improvements or additions to documentation sql SQL Planner sqllogictest SQL Logic Tests (.slt) labels Oct 8, 2025
Copy link
Contributor

@Jefffrey Jefffrey left a comment

Choose a reason for hiding this comment

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

👍

@Jefffrey Jefffrey added this pull request to the merge queue Oct 10, 2025
Merged via the queue into apache:main with commit 6479e43 Oct 10, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation sql SQL Planner sqllogictest SQL Logic Tests (.slt)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants