From 690034d3e1b075bf758c39182bac0e9eee404979 Mon Sep 17 00:00:00 2001 From: Uday Patil Date: Thu, 19 Oct 2023 09:01:12 -0500 Subject: [PATCH] remove todo --- store/multiversion/store.go | 1 - 1 file changed, 1 deletion(-) diff --git a/store/multiversion/store.go b/store/multiversion/store.go index 77573f417..0d16f12d6 100644 --- a/store/multiversion/store.go +++ b/store/multiversion/store.go @@ -357,7 +357,6 @@ func (s *Store) ValidateTransactionState(index int) (bool, []int) { } sort.Ints(conflictIndices) - // TODO: maybe we have an indicator for the case where all of the validations are valid EXCEPT for some estimates encountered, in which case we may not want to re-execute, simply revalidate once the ESTIMATES are cleared return valid, conflictIndices }