pan3793 commented on PR #53625: URL: https://github.com/apache/spark/pull/53625#issuecomment-3695328721
could the `UUIDv7Generator` be defined in the `common/utils-java`? it's likely that UUIDv7 to be used in more places, e.g., - use UUIDv7 as the staging dir name, then the admin can easily delete the dangling staging dirs by using a prefix pattern, - use UUIDv7 as session id and operation id in Connect/Thrift Server, then we can infer the creation time from the id itself. - add built-in function `uuid_v7`, like PostgreSQL. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
