Skip to content

Commit

Permalink
update rule 4 comment
Browse files Browse the repository at this point in the history
Co-authored-by: Mythicaeda <[email protected]>
  • Loading branch information
pranav-super and Mythicaeda authored Oct 21, 2024
1 parent ac93dae commit 189e895
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1302,9 +1302,7 @@ void rule3_empty() throws SQLException {

////////////////////////// RULE 4 //////////////////////////
/**
* Tests rule 4, where we require that later sources with events bearing the same key as an event in an earlier
* source replace said events. To test this, while not conflating with any other cases tested above, we use
* completely sparse sources, just to purely illustrate rule 4 and that it works.
* An event that appears in a later source will replace its occurrence in an earlier source, even if the sources don't overlap.
*
* A: ++++aaa+++++
* B: +++++aaaaa+
Expand Down

0 comments on commit 189e895

Please sign in to comment.