File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
ydb/core/tx/columnshard/engines/storage/indexes/max Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ class TIndexMeta: public TIndexByColumns {
12
12
static inline auto Registrator = TFactory::TRegistrator<TIndexMeta>(GetClassNameStatic());
13
13
protected:
14
14
virtual TConclusionStatus DoCheckModificationCompatibility (const IIndexMeta& newMeta) const override {
15
+ Y_UNUSED (newMeta);
15
16
return TConclusionStatus::Fail (" max index not modifiable" );
16
17
}
17
18
virtual void DoFillIndexCheckers (
@@ -75,4 +76,4 @@ class TIndexMeta: public TIndexByColumns {
75
76
std::shared_ptr<arrow::Scalar> GetMaxScalarVerified (const std::vector<TString>& data, const std::shared_ptr<arrow::DataType>& type) const ;
76
77
};
77
78
78
- } // namespace NKikimr::NOlap::NIndexes
79
+ } // namespace NKikimr::NOlap::NIndexes
You can’t perform that action at this time.
0 commit comments