potiuk commented on issue #24247:
URL: https://github.com/apache/airflow/issues/24247#issuecomment-1147501889

   Yeah. From our point of view what is important is that it:
   
   1) MySQL vs. MariaDB is different
   2) causes migration problems (sequence handling is different)
   3) We never supported MariaDB - so if the scripts do not work, it's because 
user used it against our recommendation
   4) Our scripts are only run against MySQL only. We have not done a single 
test in our CI against MariaDB because, well, we do not support it.
   
   
   So the question is:
   
   1) should we officially say "MariaDB" is not supported and start immediately 
closing/converting into discussion any tickets where users use MariaDB
   2) should we make an effort to support MariaDB as community
   
   I think proposal of saying "we do best-effort" to support MariaDB is jsut  
wrong - because by not having CI to check stuff we effectively don't do any 
efffort to support it (as community) and we already know users who use MariaDB 
will have problems (and other than advice from other users we cannot offer them 
any more actually). 
   


-- 
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]

Reply via email to