From 65219c65fc785cf7bbe00cb4ef971075f74cee79 Mon Sep 17 00:00:00 2001 From: David Kagan Date: Mon, 3 Apr 2023 11:13:32 -0400 Subject: [PATCH] small comment to remind me --- index.go | 1 + 1 file changed, 1 insertion(+) diff --git a/index.go b/index.go index 9dd5e103e..c062cf36d 100644 --- a/index.go +++ b/index.go @@ -1022,6 +1022,7 @@ func (i *Index) DeleteShard(ctx context.Context, indexName string, shardID uint6 // Delete shard // --> need to make schemator DeleteShard too? + // --> --> --> The real question is where to actually delete the shard? and how? Through fields? Views? // --> --> shards and partitions aren't part of schema? // ???