diff --git a/internal/metastore/kv/datacoord/constant.go b/internal/metastore/kv/datacoord/constant.go index 88038120622f3..56fc47071580c 100644 --- a/internal/metastore/kv/datacoord/constant.go +++ b/internal/metastore/kv/datacoord/constant.go @@ -30,7 +30,7 @@ const ( CompactionTaskPrefix = MetaPrefix + "/compaction-task" AnalyzeTaskPrefix = MetaPrefix + "/analyze-task" PartitionStatsInfoPrefix = MetaPrefix + "/partition-stats" - PartitionStatsCurrentVersionPrefix = MetaPrefix + "/partition-stats-current-version" + PartitionStatsCurrentVersionPrefix = MetaPrefix + "/current-partition-stats-version" NonRemoveFlagTomestone = "non-removed" RemoveFlagTomestone = "removed"