-
Notifications
You must be signed in to change notification settings - Fork 590
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
Partition by failure on postgres backend #1757
Milestone
Comments
|
@FedericoV Thanks for the report. I'm going to release 1.1.0 in the next couple of weeks which will contain a fix for this issue. |
|
@FedericoV What version of postgres are you using? |
|
I'm using the postgres backend to work with Redshift, which usually works
very well.
…On Fri, Jun 7, 2019, 10:55 AM Phillip Cloud ***@***.***> wrote:
@FedericoV <https://github.com/FedericoV> What version of postgres are
you using?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1757?email_source=notifications&email_token=AAEZ25U2BNMBPVZ2CRDNNXLPZKOKJA5CNFSM4HFSGM4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXGRQII#issuecomment-499980321>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEZ25XFN35LHIZYJLENJHDPZKOKJANCNFSM4HFSGM4A>
.
|
|
Interesting, using postgres proper (not redshift) doesn't raise an error when specifying a frame clause for ranking functions. We should be able to remove them with no effect except to allow redshift to work. |
cpcloud
added a commit
that referenced
this issue
Jun 9, 2019
Closes #1757 Author: Phillip Cloud <cpcloud@gmail.com> Closes #1817 from cpcloud/remove-frame-clause-from-alchemy and squashes the following commits: 1fded47 [Phillip Cloud] Remove custom Over implementation and require sqlalchemy>=1.1 5e642bc [Phillip Cloud] Proper links to pypi and codecov 28767bb [Phillip Cloud] BUG: Do not give a frame clause where not necessary in window functions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am working with Ibis version: '1.0.0+5.g80db366'
Trying to execute the following code:
Gives this long traceback:
The generated SQL looks like this:
The text was updated successfully, but these errors were encountered: