-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
character set correctness #55016
Comments
/impact wrong-result |
/component sql-infra |
@apollodafoni: The label(s) In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the ti-community-infra/tichi repository. |
/sig sql-infra |
/severity major |
ref #53127, problem of hash join v2 @windtalker |
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
utf8mb4_general_ci, utf8_unicode_ci, utf8mb4_unicode_ci has the same problem.
2. What did you expect to see? (Required)
+------+------+
| a | b |
+------+------+
| a | á |
| b | B |
| c | c |
| | |
+------+------+
3. What did you see instead (Required)
+------+------+
| a | b |
+------+------+
| a | á |
| aa | A |
| b | B |
| c | c |
| | |
+------+------+
4. What is your TiDB version? (Required)
Release Version: v8.3.0-alpha
Edition: Community
Git Commit Hash: 7cdf918
Git Branch: heads/refs/tags/v8.3.0-alpha
UTC Build Time: 2024-07-28 11:48:31
GoVersion: go1.21.10
Race Enabled: false
Check Table Before Drop: false
Store: tikv
The text was updated successfully, but these errors were encountered: