We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdae708 commit f6de964Copy full SHA for f6de964
programs/copier/TaskTableAndShard.h
@@ -361,7 +361,7 @@ template<typename RandomEngine>
361
inline void TaskTable::initShards(RandomEngine && random_engine)
362
{
363
const String & fqdn_name = getFQDNOrHostName();
364
- std::uniform_int_distribution<UInt8> get_urand(0, std::numeric_limits<UInt8>::max());
+ std::uniform_int_distribution<uint8_t> get_urand(0, std::numeric_limits<UInt8>::max());
365
366
// Compute the priority
367
for (const auto & shard_info : cluster_pull->getShardsInfo())
0 commit comments