We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3280e49 commit 4b53deaCopy full SHA for 4b53dea
test/Test/Database/LSMTree/StateMachine.hs
@@ -1630,6 +1630,10 @@ updateStats action lookUp modelBefore _modelAfter result =
1630
uptblId
1631
(parentTable stats)
1632
}
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.
1637
_ -> stats
1638
1639
updDupTableActionLog stats | MEither (Right _) <- result =
0 commit comments