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

BUG: Fix range_window for base_sql backend (continued) #2710

Merged
merged 9 commits into from
Mar 25, 2021

Conversation

timothydijamco
Copy link
Contributor

@timothydijamco timothydijamco commented Mar 25, 2021

closes #2608

This PR is a duplicate of #2614 (includes @LeeTZ 's bug fix and new test) + additional changes from me to debug the new test failing on some backends. (Creating a new PR just to make it easier for me to iterate and check if CI passes).

Please see #2614 for a full description of the original problem / solution

@timothydijamco
Copy link
Contributor Author

The CI is passing now

The pre-merge CI does not test BigQuery, but it does hit the relevant code when it tests the other SQL backends. I also confirmed locally that the current state of the PR resolves the error with the BigQuery backend mentioned in #2608.

@jreback jreback added the sqlalchemy SQLAlchemy-based backends label Mar 25, 2021
@jreback jreback added this to the Next release milestone Mar 25, 2021
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

looks good. can you add a whatsnew note (ref the original issue). ping on green.

}


def _replace_interval_with_scalar(expr):
Copy link
Contributor

Choose a reason for hiding this comment

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

can you type in and out

@jreback jreback merged commit 6771454 into ibis-project:master Mar 25, 2021
@jreback
Copy link
Contributor

jreback commented Mar 25, 2021

thanks @timothydijamco and @LeeTZ

@cpcloud cpcloud removed this from the Next release milestone Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sqlalchemy SQLAlchemy-based backends
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Range window with order by breaks for base_sql backend
4 participants