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

Stop using legacyColumnMapping in MySQL #9381

Merged
merged 2 commits into from
Sep 27, 2021

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Sep 25, 2021

We may want to change bit type mapping in MySQL and some other JDBC based connector though I didn't touch it.
https://dev.mysql.com/doc/refman/8.0/en/bit-type.html

@cla-bot cla-bot bot added the cla-signed label Sep 25, 2021
@ebyhr ebyhr added the WIP label Sep 25, 2021
@@ -113,6 +115,27 @@ public void testBasicTypes()
.execute(getQueryRunner(), trinoCreateAsSelect("test_basic_types"));
}

@Test
public void testBit()
Copy link
Member

Choose a reason for hiding this comment

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

Since these tests should be passing before the MySqlClient change, add them as preparatory commit.

@ebyhr ebyhr force-pushed the ebi/mysql-type-mapping branch from 376eff9 to 763e823 Compare September 25, 2021 23:34
@ebyhr
Copy link
Member Author

ebyhr commented Sep 27, 2021

CI failure: #6991

@ebyhr ebyhr removed the WIP label Sep 27, 2021
@ebyhr ebyhr merged commit bc19c14 into trinodb:master Sep 27, 2021
@ebyhr ebyhr deleted the ebi/mysql-type-mapping branch September 27, 2021 04:04
@github-actions github-actions bot added this to the 363 milestone Sep 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants