You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/21 08:17:17 UTC

[GitHub] [airflow] uranusjr commented on pull request #17729: Automatically use utf8mb3_general_ci collation for mysql

uranusjr commented on pull request #17729:
URL: https://github.com/apache/airflow/pull/17729#issuecomment-903080753


   > It has no negative consequences, really as all relevant IDs are ASCII anyway.
   
   In this case, would `ascii_general_ci` be even better? If not, I feel we should just *default* to `utf8mb3_general_ci` but still allow users to override it to something else. If the user uses `utf8mb4_general_ci`, that’s on them; we can document this or even explicitly prevent this user error by raising an exception.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org