File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,8 +117,8 @@ impl<'me> MetadataSegmentWriter<'me> {
117
117
return Err ( MetadataSegmentError :: InvalidSegmentType ) ;
118
118
}
119
119
// NOTE: We hope that all blockfiles of the same collection should live under the same prefix.
120
- // But according to the implementation above the forking child collection will live under the root
121
- // collection prefix . Although this is not a desired behavior, as a temporary fix we create the sparse
120
+ // The implementation below implies all collection in the fork tree share the same prefix for
121
+ // blockfiles . Although this is not a desired behavior, as a temporary fix we create the sparse
122
122
// vector index blockfiles under the same prefix as other blockfiles if they are present.
123
123
let prefix_path =
124
124
if let Some ( existing_file_path) = segment. file_path . values ( ) . flatten ( ) . next ( ) {
You can’t perform that action at this time.
0 commit comments