tashoyan commented on issue #21055: [SPARK-23693][SQL] Functions to generate UUIDs URL: https://github.com/apache/spark/pull/21055#issuecomment-449617135 @gatorsmile The following purposes: - Make the functions accessible the same way as other SQL functions: in the `functions` object. - Make two UUID generators available: time-based and random-based. Sometimes time-based UUID is enough. - Use a standard library to generate UUID instead maintaining this code within Spark
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
