You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2018/12/23 06:18:38 UTC

[GitHub] tashoyan commented on issue #21055: [SPARK-23693][SQL] Functions to generate UUIDs

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org