Replies: 3 comments
-
trino version 405, mysql server 5.7.26 |
Beta Was this translation helpful? Give feedback.
0 replies
-
We should fix the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@ryandoowan please send a PR with that fix. Get help from @colebow or myself as needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
"I created a MySQL table using Trino, but the Trino varchar data type was mapped to MySQL's longtext data type, which is inconsistent with the documentation."
2. create table as select * from origin_table
3. In trino describe target_table result as follow
4. but in mysql client, describe target_table result as follow
Beta Was this translation helpful? Give feedback.
All reactions