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

Support multiple input dialects #25

Closed
ryannedolan opened this issue May 31, 2023 · 1 comment
Closed

Support multiple input dialects #25

ryannedolan opened this issue May 31, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@ryannedolan
Copy link
Collaborator

The CLI, based on sqlline, currently parses ANSI SQL. This turns out to be an unpopular dialect. We should probably use the MySQL dialect by default, since that is what Flink uses. It's unclear whether this is at all possible with sqlline.

At the same time, the planner will need to support the same dialects. Ideally, we'd switch from ANSI SQL to the MySQL dialect everywhere.

@ryannedolan ryannedolan added the enhancement New feature or request label Jun 22, 2023
@ryannedolan
Copy link
Collaborator Author

Fixed in #72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant