-
Notifications
You must be signed in to change notification settings - Fork 610
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(everything): port sql backends to sqlglot; split relations; fix a large number of bugs #8310
Conversation
The Docs PR job appears to be hitting the rate limit of clickhouse's playground. |
fb90baa
to
918a9b0
Compare
docs PR job issue should be fixed by #8312 |
The |
I'm going to disable those jobs in required checks now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
918a9b0
to
c27f7e5
Compare
Cleans up more array tests to disregard row output order using set comparison.
Co-authored-by: Phillip Cloud <[email protected]>
Co-authored-by: Phillip Cloud <[email protected]>
… avoid clashing table names (#8259) Addresses flaky testing observed in https://github.com/ibis-project/ibis/actions/runs/7811784691/job/21307516496, ultimately coming from two concurrent runs of the BigQuery backend test suite trying to create the same table. Here I changed the test to compare against an equivalent sqlglot expression instead of using a snapshot test.
… to upstream snowflake changes
c27f7e5
to
e6e4a46
Compare
This PR is the rebase of
the-epic-split
ontomain
.