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

Simplify Transpiler #1031

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Simplify Transpiler #1031

wants to merge 1 commit into from

Conversation

mbroecheler
Copy link
Contributor

by doing some lightweight string manipulation for our custom statements and otherwise using Flink entirely for parsing and planning.

This has the potential to eliminate a lot of code (parser and Sqrl2Flink translation) while making it easier to remain compatible with Flink.

It also allows us to move to FLinkSQL for connector configuration to replace our table.json files.

Open questions:

  • can we support SQRL's table function syntax somehow?

To Dos:
[] inject SqrlLogicalPlanRewriter into the ViewConverter and keep track of metadata.
[] support CREATE TABLE for mutations
[] make the lightweight statement parser more robust using SqlIdentifier and ideally some real parsing instead of regex

Signed-off-by: Matthias Broecheler <[email protected]>
@mbroecheler mbroecheler marked this pull request as draft December 18, 2024 06:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant