We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 216123e + ab3ce6b commit 245d02dCopy full SHA for 245d02d
cloud/cloud_env_impl.h
@@ -28,7 +28,7 @@ class CloudEnvImpl : public CloudEnv {
28
const LogType& GetLogType() const { return log_type_; }
29
30
// Returns the underlying env
31
- Env* GetBaseEnv() { return base_env_; }
+ Env* GetBaseEnv() override { return base_env_; }
32
33
// The separator used to separate dbids while creating the dbid of a clone
34
static constexpr const char* DBID_SEPARATOR = "rockset";
cloud/db_cloud_test.cc
@@ -12,6 +12,7 @@
12
#include "rocksdb/cloud/db_cloud.h"
13
#include <algorithm>
14
#include <chrono>
15
+#include <inttypes.h>
16
#include "cloud/aws/aws_env.h"
17
#include "cloud/aws/aws_file.h"
18
#include "cloud/db_cloud_impl.h"
0 commit comments