-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[release-19.0] make sure to handle unsupported collations well #15143
[release-19.0] make sure to handle unsupported collations well #15143
Conversation
Signed-off-by: Andres Taylor <[email protected]>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
Since we are in code-freeze, this needs to wait for #15139 to be merged first |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-19.0 #15143 +/- ##
===============================================
Coverage ? 70.61%
===============================================
Files ? 1376
Lines ? 182418
Branches ? 0
===============================================
Hits ? 128807
Misses ? 53611
Partials ? 0 ☔ View full report in Codecov by Sentry. |
Yeah I think it's best to merge this between RC1 and GA |
Description
This is a backport of #15134