From eb75215ef5613a1b66bf99b7b3a8efe1be1f4014 Mon Sep 17 00:00:00 2001
From: jbajic <jure.bajic@memgraph.com>
Date: Thu, 23 Feb 2023 14:33:54 +0100
Subject: [PATCH] Add note

---
 src/storage/v3/splitter.hpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/storage/v3/splitter.hpp b/src/storage/v3/splitter.hpp
index be27291e1..5e5867127 100644
--- a/src/storage/v3/splitter.hpp
+++ b/src/storage/v3/splitter.hpp
@@ -48,6 +48,7 @@ struct SplitData {
   std::map<std::pair<LabelId, PropertyId>, LabelPropertyIndex::IndexContainer> label_property_indices;
 };
 
+// TODO(jbajic) Handle deleted_vertices_ and deleted_edges_ after the finishing GC
 class Splitter final {
  public:
   Splitter(LabelId primary_label, VertexContainer &vertices, EdgeContainer &edges,