-
Notifications
You must be signed in to change notification settings - Fork 611
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
meta: Port backends to new relational operators/sqlglot #7909
Comments
I'll start working on the |
For Impala, we should be able to use the |
I am starting on MS SQL now. |
Working on PySpark. Since the tests are really slow it will take some time. |
I will start on BigQuery today or tomorrow, depending on how much progress I can make with mssql |
I'll start on Oracle |
I'm starting on the impala backend today. |
I'll start on Druid today. |
I am working on the exasol port today. |
Weekly Update: This is the primary focus of the team, intending to get all backends refactored to the new relational model (building on previous refactor work) and in the process migrating from SQLAlchemy to SQLGlot. We are on track to get this done in Q1, with most backends already ported and the rest in progress (excluding Flink, RisingWave, and perhaps one more). This week we landed the following backends in the port:
Work is started on these backends:
(copying over last week's update on behalf of Phillip) |
Work has completed on:
In PR:
In progress:
Not yet started:
Reviews:
Others:
|
Work has completed on:
In review:
In progress:
Not yet started:
Others:
We're close to merging |
Work to port backends has completed on:
In review:
We're VERY close! We've tagged a bunch of follow ups using the labels mentioned in the previous comment. |
All backends ported and merged into Tracking the epic rebase in #8310. Thanks to all involved in porting and refactoring, this was a huge effort! |
reopening and adding great work everyone! |
@lostmygithubaccount Why do we need to keep these open? |
so they aren't removed from the GH project after 2 weeks and our roadmap is empty |
We should try to come up with a way to address the specific concern without having to "hack" github issues by adding conventions. A roadmap's issues IMO should be closed. It indicates that work is complete. We should also close milestones when they are reached, similar to how we close out release milestones when the release is complete. If our roadmap is empty, and we don't want it to be empty, which seems reasonable, then we need to add more things to it. |
re-closing per discussion |
We currently have a long running branch porting backends to use the new relational operators (and sql backends to use sqlglot) introduced by:
This is a meta issue to track and organize remaining backends that need to be ported before that branch can be merged with main. Feel free to edit this list to keep it up to date.
SQL Backends
SQLGlot
backend forDuckDB
andClickHouse
#7796)SQLGlot
backend forDuckDB
andClickHouse
#7796)Other Backends
The text was updated successfully, but these errors were encountered: