You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/01/27 07:05:36 UTC

[GitHub] [superset] villebro commented on pull request #12728: fix: Erroneous uuid generation for mysql fixed.

villebro commented on pull request #12728:
URL: https://github.com/apache/superset/pull/12728#issuecomment-768081624


   > > Apparently `UUID()` on MySQL is UUID1: https://dev.mysql.com/doc/refman/5.7/en/miscellaneous-functions.html#function_uuid 🙁 As we're relying on UUIDs going forward, I don't think we can disable this step, so we actually have to come up with a solution that populates UUIDs for these rows.
   > 
   > And note that @iercan's solution just removes the optimization, they UUIDs are still being populated for MySQL using Python's `uuid4()`.
   
   Oh, thanks for correcting, I had completely missed that part! *grabs my coat*


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org