Skip to content

Commit 4b53dea

Browse files
committed
Add a TODO to the statemachine tests related to parent tables and unions
1 parent 3280e49 commit 4b53dea

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/Test/Database/LSMTree/StateMachine.hs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1630,6 +1630,10 @@ updateStats action lookUp modelBefore _modelAfter result =
16301630
uptblId
16311631
(parentTable stats)
16321632
}
1633+
-- TODO: also include tables resulting from Union and Unions here. This
1634+
-- means that tables should be able to have *multiple* ultimate parent
1635+
-- tables, which is currently not possible: parentTable only stores a
1636+
-- single ultimate parent table per table.
16331637
_ -> stats
16341638

16351639
updDupTableActionLog stats | MEither (Right _) <- result =

0 commit comments

Comments
 (0)