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

Send string columns to mysql client as utf8 #9079

Merged
merged 3 commits into from Feb 27, 2020

Conversation

yurriy
Copy link
Contributor

@yurriy yurriy commented Feb 11, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
After recent changes mysql client started to print binary strings in hex thereby making them not readable (#9032). The workaround in ClickHouse is to mark string columns as utf8, which is not always, but usually the case.

@alexey-milovidov
Copy link
Member

Integration test has failed for reason?

@yurriy
Copy link
Contributor Author

yurriy commented Feb 24, 2020

Integration test has failed for reason?

Yes, I noticed the failures, but had no time until today to reproduce and fix them.

@yurriy
Copy link
Contributor Author

yurriy commented Feb 27, 2020

It seems that the failures in the last check are not caused by this patch

@alexey-milovidov
Copy link
Member

test_polymorphic_parts/test.py::test_polymorphic_parts_diff_versions | ERROR

Yes, it's unrelated.

test_storage_mysql/test.py::test_table_function | FAILED

Need to dig into it...

@alexey-milovidov
Copy link
Member

Yes, it's known issue that happened to appear on master.

@alexey-milovidov
Copy link
Member

Thank you!

@alexey-milovidov alexey-milovidov merged commit ae8a701 into ClickHouse:master Feb 27, 2020
@nikitamikhaylov nikitamikhaylov added the pr-improvement Pull request with some product improvements label Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-docs-needed pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants