Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

fix(trino): remove hack that silently breaks join transpilation #9941

Merged

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Aug 27, 2024

Fixes an issue discovered in #9933 where my failing to remove a workaround caused a bug in transpilation joins.

@cpcloud cpcloud added this to the 9.4 milestone Aug 27, 2024
@cpcloud cpcloud added bug Incorrect behavior inside of ibis internals Issues or PRs related to ibis's internal APIs trino The Trino backend labels Aug 27, 2024
Copy link
Member

@jcrist jcrist left a comment

Choose a reason for hiding this comment

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

Should we add a test for a join case that failed before?

@cpcloud
Copy link
Member Author

cpcloud commented Aug 27, 2024

Oh, yeah, good idea!

@cpcloud cpcloud force-pushed the remove-sqlglot-trino-cross-join-hack branch from c5003e0 to 4866886 Compare August 27, 2024 11:04
@cpcloud cpcloud enabled auto-merge (squash) August 27, 2024 11:05
@cpcloud cpcloud merged commit c842453 into ibis-project:main Aug 27, 2024
81 checks passed
@cpcloud cpcloud deleted the remove-sqlglot-trino-cross-join-hack branch August 27, 2024 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Incorrect behavior inside of ibis internals Issues or PRs related to ibis's internal APIs trino The Trino backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants