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 36d4719 commit 7d7518eCopy full SHA for 7d7518e
1 file changed
egglog-bridge/src/lib.rs
@@ -1438,8 +1438,8 @@ impl MergeFn {
1438
// different rows and hence will not rely on implicit unions in this way. Because the
1439
// only kinds of insertions that fall prey to this are identical terms, we add an
1440
// explicit case for when `old` and `new` represent identical terms with different term
1441
- // ids. In taht case we union these two ids in both the main union-find and the
1442
- // term-consistency table.
+ // ids. In that case we can list our reason for the terms being equal as `Refl`, and
+ // union these two ids in both the main union-find and the term-consistency table.
1443
let terms_equal = schema_math.tracing
1444
&& cur[0..schema_math.ret_val_col()] == new[0..schema_math.ret_val_col()];
1445
0 commit comments