Skip to content

Commit 760bebb

Browse files
fix build
1 parent 921ec24 commit 760bebb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ydb/core/tx/columnshard/engines/column_engine_logs.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,11 @@ class TColumnEngineForLogs : public IColumnEngine {
148148

149149
TColumnEngineForLogs(ui64 tabletId, const TCompactionLimits& limits, const std::shared_ptr<IStoragesManager>& storagesManager);
150150

151-
virtual void OnTieringModified(std::shared_ptr<NColumnShard::TTiersManager> manager, const NColumnShard::TTtl& ttl) override;
151+
virtual void OnTieringModified(const std::shared_ptr<NColumnShard::TTiersManager>& manager, const NColumnShard::TTtl& ttl, const std::optional<ui64> pathId) override;
152+
153+
virtual std::shared_ptr<TVersionedIndex> CopyVersionedIndexPtr() const override {
154+
return std::make_shared<TVersionedIndex>(VersionedIndex);
155+
}
152156

153157
const TVersionedIndex& GetVersionedIndex() const override {
154158
return VersionedIndex;

0 commit comments

Comments
 (0)