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: fix order of limit and offset param in Clickhouse. #2984

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

Lunaticus7
Copy link
Contributor

Split from #2983


The order of limit and offset in compiled SQL is reversed 🤣.

https://clickhouse.tech/docs/en/sql-reference/statements/select/limit/#limit-clause

@github-actions
Copy link
Contributor

github-actions bot commented Sep 18, 2021

Unit Test Results

       19 files         19 suites   1h 34m 55s ⏱️
10 757 tests   8 403 ✔️   2 354 💤 0 ❌
54 463 runs  41 189 ✔️ 13 274 💤 0 ❌

Results for commit cb7911c.

♻️ This comment has been updated with latest results.

@cpcloud cpcloud self-requested a review September 18, 2021 12:03
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.

Nice find. LGTM.

@cpcloud
Copy link
Member

cpcloud commented Sep 18, 2021

I've submitted a PR to try to workaround the impyla dependency bugs you uncovered (#2987) to unblock your PRs.

@cpcloud
Copy link
Member

cpcloud commented Sep 18, 2021

@Lunaticus7 Can you rebase this to pick up the fixes to CI?

@cpcloud cpcloud added clickhouse The ClickHouse backend bug Incorrect behavior inside of ibis labels Sep 19, 2021
@cpcloud cpcloud added this to the Next release milestone Sep 19, 2021
@cpcloud
Copy link
Member

cpcloud commented Sep 20, 2021

Merging on green.

@cpcloud cpcloud merged commit cb7911c into ibis-project:master Sep 20, 2021
cpcloud added a commit to cpcloud/ibis that referenced this pull request Sep 20, 2021
cpcloud added a commit to cpcloud/ibis that referenced this pull request Sep 20, 2021
@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
bug Incorrect behavior inside of ibis clickhouse The ClickHouse backend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants