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

refactor(api): remove by of asof_join() in favor of predicates #8700

Merged

Conversation

mfatihaktas
Copy link
Contributor

@mfatihaktas mfatihaktas commented Mar 19, 2024

Closes #7869.

BREAKING CHANGE: The by argument from asof_join is removed. Calls to asof_join that previously used by should pass those arguments to predicates instead.

@mfatihaktas mfatihaktas self-assigned this Mar 19, 2024
@mfatihaktas mfatihaktas added the refactor Issues or PRs related to refactoring the codebase label Mar 19, 2024
@mfatihaktas mfatihaktas force-pushed the refactor/api/remove-by-in-asof_join branch from 755e37d to 4f62972 Compare March 19, 2024 21:35
@mfatihaktas mfatihaktas force-pushed the refactor/api/remove-by-in-asof_join branch from 4f62972 to 762b560 Compare March 20, 2024 13:18
@mfatihaktas mfatihaktas changed the title refactor(api): remove by of asof_join() in favor of predicates [WIP] refactor(api): remove by of asof_join() in favor of predicates Mar 20, 2024
@mfatihaktas mfatihaktas marked this pull request as ready for review March 20, 2024 14:40
Copy link
Member

@cpcloud cpcloud left a comment

Choose a reason for hiding this comment

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

LGTM.

@cpcloud cpcloud added this to the 9.0 milestone Mar 20, 2024
@cpcloud cpcloud merged commit 1a8eec8 into ibis-project:main Mar 20, 2024
84 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Issues or PRs related to refactoring the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor(api): remove by argument of asof_join in favor of predicates
2 participants