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(everything): port sql backends to sqlglot; split relations; fix a large number of bugs #8310

Merged
merged 190 commits into from Feb 12, 2024

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Feb 12, 2024

This PR is the rebase of the-epic-split onto main.

@cpcloud cpcloud added this to the 9.0 milestone Feb 12, 2024
@cpcloud cpcloud added bug Incorrect behavior inside of ibis refactor Issues or PRs related to refactoring the codebase ux User experience related issues expressions Issues or PRs related to the expression API sql Backends that generate SQL docs-preview Add this label to trigger a docs preview ci-run-cloud Add this label to trigger a run of Bigquery and Snowflake in CI labels Feb 12, 2024
@ibis-docs-bot ibis-docs-bot bot removed the ci-run-cloud Add this label to trigger a run of Bigquery and Snowflake in CI label Feb 12, 2024
@cpcloud
Copy link
Member Author

cpcloud commented Feb 12, 2024

The Docs PR job appears to be hitting the rate limit of clickhouse's playground.

@cpcloud cpcloud force-pushed the the-epic-split branch 2 times, most recently from fb90baa to 918a9b0 Compare February 12, 2024 15:09
@cpcloud cpcloud added the ci-run-cloud Add this label to trigger a run of Bigquery and Snowflake in CI label Feb 12, 2024
@cpcloud
Copy link
Member Author

cpcloud commented Feb 12, 2024

docs PR job issue should be fixed by #8312

@ibis-docs-bot ibis-docs-bot bot removed the ci-run-cloud Add this label to trigger a run of Bigquery and Snowflake in CI label Feb 12, 2024
@cpcloud
Copy link
Member Author

cpcloud commented Feb 12, 2024

The docs_pr and benchmarks jobs will not run because they have been replace with Docs PR in the-epic-split, and benchmarks only runs against main.

@cpcloud
Copy link
Member Author

cpcloud commented Feb 12, 2024

I'm going to disable those jobs in required checks now.

@cpcloud
Copy link
Member Author

cpcloud commented Feb 12, 2024

@jcrist @kszucs @gforsyth Can I get an explicit +1 here before merging?

Copy link
Member

@gforsyth gforsyth left a comment

Choose a reason for hiding this comment

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

:shipit:

@cpcloud cpcloud added docs-preview Add this label to trigger a docs preview and removed docs-preview Add this label to trigger a docs preview labels Feb 12, 2024
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Feb 12, 2024
@gforsyth gforsyth added the ci-run-cloud Add this label to trigger a run of Bigquery and Snowflake in CI label Feb 12, 2024
@ibis-docs-bot ibis-docs-bot bot removed the ci-run-cloud Add this label to trigger a run of Bigquery and Snowflake in CI label Feb 12, 2024
@kszucs kszucs added the docs-preview Add this label to trigger a docs preview label Feb 12, 2024
@ibis-docs-bot ibis-docs-bot bot removed the docs-preview Add this label to trigger a docs preview label Feb 12, 2024
@ibis-docs-bot
Copy link

ibis-docs-bot bot commented Feb 12, 2024

cpcloud and others added 28 commits February 12, 2024 14:31
Cleans up more array tests to disregard row output order using set
comparison.
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
Co-authored-by: Phillip Cloud <417981+cpcloud@users.noreply.github.com>
… 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.
@kszucs kszucs merged commit 989ad4f into main Feb 12, 2024
84 checks passed
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 expressions Issues or PRs related to the expression API refactor Issues or PRs related to refactoring the codebase sql Backends that generate SQL ux User experience related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants