Skip to content

MySQL pipe: data type mapping #3641

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 10 commits into from
Apr 14, 2025
Merged

MySQL pipe: data type mapping #3641

merged 10 commits into from
Apr 14, 2025

Conversation

Amogh-Bharadwaj
Copy link
Contributor

Summary

Adds a table detailing data type support for MySQL

Checklist

@Amogh-Bharadwaj Amogh-Bharadwaj requested review from a team as code owners April 10, 2025 14:06
Copy link

vercel bot commented Apr 10, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
clickhouse-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 11, 2025 2:24pm
3 Skipped Deployments
Name Status Preview Comments Updated (UTC)
clickhouse-docs-jp ⬜️ Ignored (Inspect) Apr 11, 2025 2:24pm
clickhouse-docs-ru ⬜️ Ignored (Inspect) Visit Preview Apr 11, 2025 2:24pm
clickhouse-docs-zh ⬜️ Ignored (Inspect) Visit Preview Apr 11, 2025 2:24pm

Comment on lines 27 to 28
| Float | Float32 | May lose a bit of precision during initial load due to text protocols. |
| Double | Float64 | May lose a bit of precision during initial load due to text protocols. |
Copy link
Member

Choose a reason for hiding this comment

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

  1. precision issue should only impact initial load
  2. not sure if we want to have more care around language here

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Could you take a look now @serprex ?

@Amogh-Bharadwaj Amogh-Bharadwaj force-pushed the mysql-datatype-mapping branch from 5045bd0 to f05a862 Compare April 11, 2025 14:02
@gingerwizard gingerwizard merged commit e332a9c into main Apr 14, 2025
12 checks passed
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.

3 participants