Skip to content

Commit 3fdb461

Browse files
committed
fix: SnapshotManager::kind() returns kSnapshotManager
1 parent 5caa472 commit 3fdb461

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/iceberg/update/snapshot_manager.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,7 @@ class ICEBERG_EXPORT SnapshotManager : public PendingUpdate {
4646

4747
~SnapshotManager() override;
4848

49-
// TODO(xxx): is this correct?
50-
Kind kind() const final { return Kind::kUpdateSnapshotReference; }
49+
Kind kind() const final { return Kind::kSnapshotManager; }
5150

5251
/// \brief Apply supported changes in given snapshot and create a new snapshot which
5352
/// will be set as the current snapshot on commit.

0 commit comments

Comments
 (0)