Skip to content

Default to ANSI dialect #125

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

Merged
merged 3 commits into from
Mar 24, 2025
Merged

Default to ANSI dialect #125

merged 3 commits into from
Mar 24, 2025

Conversation

jogrogan
Copy link
Collaborator

@jogrogan jogrogan commented Mar 24, 2025

I'm not convinced MysqlSqlDialect is correct to use over AnsiSqlDialect.

Both seem to have the same quoting mechanisms set up, MySQL seems to have slight differences to types & casting (which is confirmed won't work in Flink), null handling (which shouldn't matter to us), and contains some additional functions (which are also unconfirmed will work in Flink).

@jogrogan jogrogan merged commit fbdb9a7 into main Mar 24, 2025
1 check passed
@jogrogan jogrogan deleted the jogrogan/ansidialect branch March 24, 2025 20:38
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.

2 participants