-
Notifications
You must be signed in to change notification settings - Fork 534
[#7338] feat(trino-connector): Support external type with MySQL #7578
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
Conversation
0d67f3d
to
397abd7
Compare
@diqiu50 @yuqi1129 @mchades Could you PTAL at this PR? Thanks! I want to add support for unsigned numeric types (e.g., Currently, only |
397abd7
to
664059b
Compare
...mysql/src/test/java/org/apache/gravitino/catalog/mysql/converter/TestMysqlTypeConverter.java
Show resolved
Hide resolved
.../integration-test/src/test/resources/trino-ci-testset/testsets/jdbc-mysql/00006_datatype.sql
Outdated
Show resolved
Hide resolved
664059b
to
c36e16b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
9879643
to
c4c841d
Compare
…apache#7578) ### What changes were proposed in this pull request? Support MySQL external type with Trino. ### Why are the changes needed? Fix: apache#7338 Fix: apache#7339 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? local integration-test
…apache#7578) ### What changes were proposed in this pull request? Support MySQL external type with Trino. ### Why are the changes needed? Fix: apache#7338 Fix: apache#7339 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? local integration-test
What changes were proposed in this pull request?
Support MySQL external type with Trino.
Why are the changes needed?
Fix: #7338
Fix: #7339
Does this PR introduce any user-facing change?
no
How was this patch tested?
local integration-test