We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5caa472 commit 3fdb461Copy full SHA for 3fdb461
src/iceberg/update/snapshot_manager.h
@@ -46,8 +46,7 @@ class ICEBERG_EXPORT SnapshotManager : public PendingUpdate {
46
47
~SnapshotManager() override;
48
49
- // TODO(xxx): is this correct?
50
- Kind kind() const final { return Kind::kUpdateSnapshotReference; }
+ Kind kind() const final { return Kind::kSnapshotManager; }
51
52
/// \brief Apply supported changes in given snapshot and create a new snapshot which
53
/// will be set as the current snapshot on commit.
0 commit comments