potiuk commented on issue #25144: URL: https://github.com/apache/airflow/issues/25144#issuecomment-1190541574
And I just learned by answering #24526 that they are planning to remove utf8mb3 altogether (but this in another part of documentation): https://dev.mysql.com/doc/refman/8.0/en/charset-unicode-utf8.html > The utf8mb3 character set is deprecated and you should expect it to be removed in a future MySQL release. Please use utf8mb4 instead. utf8 is currently an alias for utf8mb3, but it is now deprecated as such, and utf8 is expected subsequently to become a reference to utf8mb4. Beginning with MySQL 8.0.28, utf8mb3 is also displayed in place of utf8 in columns of Information Schema tables, and in the output of SQL SHOW statements. > To avoid ambiguity about the meaning of utf8, consider specifying utf8mb4 explicitly for character set references. This is a nightmare I am at a total loss. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
