dolfinus commented on code in PR #50126:
URL: https://github.com/apache/doris/pull/50126#discussion_r2048489465
##########
be/src/util/uuid_generator.h:
##########
@@ -17,18 +17,74 @@
#pragma once
+#include <atomic>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
+#include <chrono>
+#include <cstdint>
#include <mutex>
+#include <random>
namespace doris {
+// Format:
Review Comment:
Could you please add a note that UUID v7 is currently used to generate
values, and why?
--
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]