Skip to content

Commit

Permalink
Add a TODO to the statemachine tests related to parent tables and unions
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed Dec 10, 2024
1 parent 3280e49 commit 4b53dea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/Test/Database/LSMTree/StateMachine.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1630,6 +1630,10 @@ updateStats action lookUp modelBefore _modelAfter result =
uptblId
(parentTable stats)
}
-- TODO: also include tables resulting from Union and Unions here. This
-- means that tables should be able to have *multiple* ultimate parent
-- tables, which is currently not possible: parentTable only stores a
-- single ultimate parent table per table.
_ -> stats

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

0 comments on commit 4b53dea

Please sign in to comment.