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 DOUBLE data types with precision for Mysql #1611

Merged
merged 4 commits into from
Dec 19, 2024

Conversation

artorias1024
Copy link
Contributor

@artorias1024 artorias1024 commented Dec 19, 2024

Supports like:

CREATE TABLE foo(bar double(11,0));

Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

Thanks @artorias1024! Could you take a look at the lint failures on the branch?
Other than that I think this looks good!

@iffyio iffyio changed the title Supports parsing DOUBLE data types with precision for Mysql Support DOUBLE data types with precision for Mysql Dec 19, 2024
@artorias1024
Copy link
Contributor Author

Thanks @artorias1024! Could you take a look at the lint failures on the branch? Other than that I think this looks good!

@iffyio Hi, I have fixed the lint errors. Could you help me review the code?

@artorias1024 artorias1024 requested a review from iffyio December 19, 2024 10:14
Copy link
Contributor

@iffyio iffyio left a comment

Choose a reason for hiding this comment

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

LGTM! Thanks @artorias1024!
cc @alamb

@iffyio iffyio merged commit c973df3 into apache:main Dec 19, 2024
8 checks passed
@artorias1024 artorias1024 deleted the feat-double-type branch December 20, 2024 01:35
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